Re: panel size vs. frame size
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..
.
Relevant Pages
- get the value of the position of JPanel inside the JFrame
... I have a JFrame and inside two JPanel one of them is on NORTH and the second ... And When I get the Container which is the JPanel, ... Les informations contenues dans le present message et dans tous les fichiers electroniques qui y sont attaches, sont strictement confidentielles et ne sont destinees qu'a l'usage de la personne dont le nom apparait ci-dessus et de toute autre personne specifiquement autorisee a les recevoir. ... (comp.lang.java.programmer) - Re: Please help the GridLayout problem
... I am tring to add several small JPanel to a big JPanel (using ... should never add components directly to a JFrame. ... your panels should be nor how big the JFrame should be. ... And since the GridLayout layoutManager's layout strategy ... (comp.lang.java.gui) - Re: odd mouselistener issue
... I've got a JFrame with borderlayout. ... So all I can do is give you an example of how to add a MouseListener to a JPanel. ... Don't forget that BorderLayout will cause your component to expand to the size of your container. ... public static void main{ ... (comp.lang.java.programmer) - Druckproblem
... Ich habe ein JFrame wo ein JPanel in einem JInternalFrame erstellt ... JFrame voll gedruckt. ... Prev by Date: ... Next by Date: ... (de.comp.lang.java) - Re: JFrame, JPanel and Applications
... > I would like to create a swing application that shows one window (JFrame). ... > This Frame has a JPanel with a JButton that calls a second ... > The second JPanel has another JButton that have to show third JPanel... ... (comp.lang.java.gui) |
|