Hey,
I have following exception : java.lang.ClassCastException
I've read a file, and put the values in objects of a class.
I've put the objects in a combobox. Now I have a list with items .... that I can select but ....
I want to use a selected item, en put it in a string ...
How to do this??? How to cast???
Thanks!!!
I have following exception : java.lang.ClassCastException
I've read a file, and put the values in objects of a class.
I've put the objects in a combobox. Now I have a list with items .... that I can select but ....
I want to use a selected item, en put it in a string ...
How to do this??? How to cast???
Thanks!!!