Top "Layout-manager" questions

Layout Managers are a collection of standard Java based layout managers for AWT & Swing components.

Put a JTextfield on a JPanel?

Why the textfield is not appearing on my panel which is inside my frame? I mean is there some additional …

java swing jpanel layout-manager null-layout-manager
Java FlowLayout - Margin/padding of specific elements?

I am very new to Swing, and I'm trying to make a GUI. Using Netbeans' GUI creator thing, I managed …

java swing padding layout-manager gaps-in-visuals
Is there any way to force GridLayout to leave empty cells?

I have a JTabbedPane with 2 JPanels set to GridLayout(13, 11). The first JPanel has enough of the cells filled out that …

java swing jpanel layout-manager grid-layout
java.awt.AWTError: BoxLayout can't be shared

I have initialized MotePanel, Command Panel and LEDPanel before setting their Layout, then how so am I getting this exception. …

java swing layout-manager
How can I make a component span multiple cells in a GridBagLayout

I have to make this for school: This is the code I have so far: import javax.swing.*; import java.…

java swing layout-manager gridbaglayout
Set size of jpanel on a JFrame explicitly

I have JPanel with a border, the problem is that when I add the panel on the JFrame it takes …

java swing jpanel layout-manager preferredsize
How to use margins and paddings with Java GridLayout

How can I keep a JLabel from displaying flush against the side of the frame? I have the same problem …

java swing layout awt layout-manager
Adding JPanel to JScrollPane

I have a gui which has a Panel that contains a sequence of labels and TextFields and uses a spring …

java jpanel jscrollpane layout-manager springlayout
Using a JPanel with a null layout

So I have a class called CalendarPanel that extends JPanel. It uses a null layout. How would I use CalendarPanel …

java swing css-position layout-manager null-layout-manager
Fixed widths into a GridBagLayout

I'm using GridBagLayout to make a StatusBar which looks like in the picture. I have 4 areas, so I have a …

java swing layout-manager gridbaglayout