views:

702

answers:

1

I'm trying to create 5 Jlabels using netbeans GUI Design, the Labels are supposed to display 5 different values.

I need to combine these 5 JLabels in 1 array of Labels. is there any options in the design that let me do that?

+1  A: 

use a Panel or an Internal Frame, then simply put your JLabels inside

dfa