layout-manager
Using a JButton to change an interface in Java
The idea is there are 5 JButtons on the top of the screen. Every time you press one it removes the old menu and produces a new one. To me, my code looks fine. The problem is when i click on \"Add CD\"[详细]
2023-02-17 12:59 分类:问答Where to find information about how Layout Managers work (Layout Managers internals)?
Put in an answer or link to some page with information about how Layout Managers work (Layout Managers intern开发者_JS百科als)?[详细]
2023-02-07 22:26 分类:问答java GridBagLayout anchor
Learing GridBagLayout, The issue here is, the name label and combox don\'t show up on the top of the panel, but I have set its anchor to NORTH. Why ?[详细]
2023-02-07 17:05 分类:问答stretched button in the gridLayout
everyone, I have some problem with Java I created panel with five rows and one column, also I added button to the one of the rows, finally I added this panel to the frame, 开发者_如何学Cand I received[详细]
2023-02-07 15:06 分类:问答Java-Swing: A problem using layout managers!
I\'m working on a JDialog (by hand, no GUI builders) and I\'m having a problem doing the layout. I have this:[详细]
2023-02-05 22:03 分类:问答Set position of JTextField, JLabel and JButton in Java
When i run the program, the label textfield and button and so on are arranged randomly (label and button are in same li开发者_Python百科ne).[详细]
2023-02-05 20:23 分类:问答How do I get a LinearLayout where the components are stacked on top of eachother in Swing?
I\'m trying to create a custom JDialog. I would like to have the components stacked on top of eachother with their preferred height, but the width should fill the container. S开发者_开发问答imilar to[详细]
2023-02-05 06:49 分类:问答How to set the tables in the CENTER of the window
Please,can anyone help me for this开发者_开发知识库 problem: I have built the code in the way that each time I press one of the radio buttons on of the 5 tables I have must be visible in the window w[详细]
2023-02-03 17:13 分类:问答Swing: easiest way to align width of [dynamic][static][dynamic] components?
What is the easiest way in standard Java Swing to align three components in such a way that: the dynamic widths of Component1 and Component3 are adjusted to be equal,[详细]
2023-01-31 18:21 分类:问答Are there no built in C# GUI Layouts?
I\'m used to the GUI frameworks in Java as well as the QT GUI framework, and I\'m used to the various layout managers. It doesn\'t seem that C# has any layout managers built in, or am I missing someth[详细]
2023-01-28 17:37 分类:问答