Re: panel size vs. frame size




atilagunes@xxxxxxxxx wrote:
i'm asking these coz two jPanel must be fix and the remain jPanel must
takes its bound according to others while jFrame size is changing.

all standart layouts except box and gridbag are meaningless for me..

Working with a null layout in respect to resizable containers is just a
pain. I'm pretty sure you can get pretty far with the standard layout
managers. Post an example of the required output (ascii drawing?) and
it might be easier to understand your goal. If for some reason it
really is not possible to get to what you want using the standard
layout managers, there's always the option to write your own custom
layout manager.

Regards,

Bart

.



Relevant Pages

  • Re: field name for jOptionPane when using Eclipse?
    ... > I'd rather deal with any problems which come up than try to deal with java ... You should know, though, that use of layout managers ... actually easier to build Java GUIs by hand rather than use a visual GUI ... The reason is that layout managers actually give you a much ...
    (comp.lang.java.programmer)
  • Re: GridBagLayout help
    ... Many developers face problems using the GridBagLayout. ... Besides that it is one of the weaker layout managers ... good and poor Swing visual design and advanced layout ...
    (comp.lang.java.gui)
  • Re: field name for jOptionPane when using Eclipse?
    ... There seem to be several layout models in Java, ... Layout managers, in short, are critical to writing a well-designed GUI ... It may be that the GUI builder (like ...
    (comp.lang.java.programmer)
  • Re: Intelligent PACK requestied.
    ... >>That's what proper use of layout managers and preferredSize is for. ... So it is entirely upto the GUI designer to use appropriate ...
    (comp.lang.java.gui)
  • Re: suitable layout manager?
    ... GridBagLayout is one of the weaker layout managers. ... You can hardly design well with the GridBagLayout. ...
    (comp.lang.java.gui)