ok...im feeling kinda dumb at the moment. in another program i used just a regular List where you could just say something like:
List.add(someString);
but now, i decided to use JList in combination with the BreezySwing gui package (mainly for school). so JList does not have the same methods as does List so i was wondering how i would go about adding elements to my list and have them displayed.
