Click to See Complete Forum and Search --> : Creating a group box in Swing


Stephen L. McConnell
February 23rd, 1999, 03:01 PM
I'm using JBuilder 2.0 and am trying (not using the JBCL containers) create a

GroupBox in swing... Am trying to use a JPanel with an EtchedBorder on it and associate a JLabel with it. However I cannot get it to overlay the EtchedBorder in the upper left hand edge... similar to a group box in MFC or VB.


Is there an easier way???


Thanks


Stephen L. Mcconnell