Friday, April 29, 2011

Creating an Array of JLabels

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?

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

0 comments:

Post a Comment