JFrame JPanel Thank you for your reply. I take note that you wouldn't
normally create a class for a JPanel on its own. In this case
the JPanel held a JList which held a Vector which held Strings.
I struggled on before reading your answer and managed to
inststantiate the class holding the panel and added it to the JFrame's
ContentPane.
Thanks again. |