timmay3141
Programmer
I have a JList in an applet that is initially empty but elements are later added. For some reason, the JList is not drawn if it has nothing in it, even if I use setMinimumSize(). As soon as I add an item it magically appears. This is obviously not the desired affect, so how do I fix it?