Search:

Type: Posts; User: jo15765

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    1,348

    [SOLVED] Re: Help With Flow-Layout

    After further testing, I am not sure why but adding in alignment for the label itself caused everything to display as I desired


    lblCenterChar2.setHorizontalAlignment(JLabel.CENTER);


    Can...
  2. Replies
    4
    Views
    1,348

    [SOLVED] Re: Help With Flow-Layout

    I thought that setting the max & min size of the labels with


    setMaximumSize
    setMinimumSize


    would combat this. If I change the width of my sub-panel the image still remains directly...
  3. Replies
    4
    Views
    1,348

    [SOLVED] Help With Flow-Layout

    Hi! I am going thro the flow layout tutorials and am attempting to set-up a panel with 3 labels that are left center and right in the panel. My code is so super close, I am sure it is something...
Results 1 to 3 of 3