Search:

Type: Posts; User: GregBrannon

Search: Search took 0.11 seconds.

  1. Re: JPanel within JPanel causing odd stretching behavior.

    Ahh, I see what you mean. The big blue "+Reply to Thread" button and both "Reply" and "Reply With Quote" labels jump to the Quick Reply box rather than going straight to the Advanced editor. I...
  2. Re: JPanel within JPanel causing odd stretching behavior.

    I think the solution you've suggested is a reasonable approach. You should know if that will accommodate the rest of the design you have in mind, and I can't be sure.

    I'm not an expert on this...
  3. Re: JPanel within JPanel causing odd stretching behavior.

    Sorry, I didn't see the GridLayout statement.

    The 'grids' in GridLayout are required to all be the same size, autosizing to fit the largest. That's what's causing the size to expand when the...
  4. Re: JPanel within JPanel causing odd stretching behavior.

    JPanel uses FlowLayout by default and may be adjusting the vertical gap to equally space the components, but I don't know that for sure. It's a guess based on what you've shown.

    To get control,...
Results 1 to 4 of 4