For some reason, it will display the panel 'ratingPanel', but never the panel 'northPanel'. When I use delete all the lines that are about 'ratingPanel', 'northPanel' shows up just fine. Why won't they both show up?
Sponsor Sponsor
rizzix
Posted: Thu Apr 07, 2005 8:17 pm Post subject: (No subject)
never use "strings" literals for that kind of stuff. always use the Class provided constants.
In this case for "North" it would be BorderLayout.NORTH