border-layout
scrollpane blocks buttons in BorderLayout?
I have a really weird problem with a JScrollPane and a BorderLayout. For short explaination: i have a JTable which is inside the JScrollPane and this is with a JPanel and the JTableHeader on a JTabbed[详细]
2023-04-11 20:54 分类:问答Events on a JPanel which has a Border Layout
When I add a MouseListener/FocusListener to a J开发者_开发知识库Panel which has a BorderLayout and JComponents in it, I can\'t catch mouse or focus events. Is there any way to catch a JPanel\'s mouse[详细]
2023-04-11 20:43 分类:问答Problem in setting layout
I have made a JFrame and inside that frame, there is panel on which I have placed various containers using GridBagLayout.I have set layout of JFrame to be BorderLayout, and added panel in BorderLayout[详细]
2023-04-03 13:03 分类:问答How can I prevent a LayoutManager from shrinking my components too much?
How can I prevent GUI components from shrinking on resizing in a BorderLayout Manager? Is it possible to set a minimum size so that components do not shrink beyond it? It seems using setBounds does no[详细]
2023-03-30 16:43 分类:问答BorderLayout not working
I cannot get BorderLayout to work. I want the cancelbutton to be positioned at the bottom, but it doesn\'t work.[详细]
2023-03-24 04:43 分类:问答Java setting dimensions of JPanel
I have created a JPanel within a JPanel, and I would like to set its width and height attribute to some specific numbers. here is what I have so far.[详细]
2023-03-23 23:19 分类:问答How to remove a specific element from a JPanel using BorderLayout/GroupLayout?
I need to remove the Component in the Center of the JPanel, but after some tries no prevail. I tried the method here:[详细]
2023-03-12 05:06 分类:问答Set image at proper position in Border layout in java swing
I\'m using a JDialog inside which I have added a JPanel. Layout of Jpanel is BorderLayout. Now I have some information and an image to be shown in that panel. So I have added all information in Border[详细]
2023-03-10 15:39 分类:问答Nested border layout in css?
I have this working fine: http://jsfiddle.net/uwcEw/ - a traditional border layout on css. What I want to do is have another 5-region border layout within the \"middle\" of the border layout.Re-apply[详细]
2023-03-08 18:14 分类:问答ExtJS 4: Windows within a Container
I have an application that opens windows in the centre region of a viewport (with a border layout) that also has east, west and south regions. As far as I can tell there are two ways to open these win[详细]
2023-03-06 15:28 分类:问答