Hi again!
I'm trying to convert an arrayList of strings into a
String array.
I'm using this
I don't know if this will help but this is what I get...
frame is the class that im trying to convert it in and i'm trying to put it into a combo in GUIness.
GUInessGo runs the whole GUI.
It compiles fine but when I run it it throws up a java.lang.ArrayStoreException.
Anyone know why?
I'd really appreciate some help.
Thanks everyone