Why would it auto-create a main method? Would the
IDE know what should be in main? Add main, and call Panel
test from there.
Also show() is deprecated and should never be used, use setVisible(true) instead.
[ July 24, 2006: Message edited by: Rusty Shackleford ]