Hello again,
Thanks for the great feedback, however setting the alignment on the JLabel didn't seem to work.
Originally posted by Ken Blair:
Bingo. You must set them all to have a left alignment. I don't know JLabel sizing properties off the top of my head so it's possible the JLabel will actually expand and set the text in the center. If the above doesn't work try setHorizotnalAlignment(int) to set the text position.
Using the GridLayout worked but just a minor problem using this Layout, the JLables are right on the left frame. I know this seems picky, but presentation is important especially when I'm being graded. Gosh, something that seems so simple can be so hard in SWING. Ugh!
Well, I guess worse case scenario, I could use the GridLayout.
Thank again!
