Top "Layout-manager" questions

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

How to specify Jlist width?

I want to specify fixed width of my JList I followed example provided by Gilbert Le Blanc 22k getContentPane().setLayout(…

java swing layout-manager jlist preferredsize
Java Swing GridLayout "Cell span"?

Is there a way to make a single element in a Grid layout take up more than 1 location in a …

java swing layout-manager grid-layout
BorderLayout.CENTER doesn't center

I can't get my JLabel to center in my JPanel after adding a ChartPanel to it: JPanel panel = new JPanel(…

java swing jpanel layout-manager border-layout
JOptionPane with multiple inputs on different lines

I'd like to create a JOptionPane that allows a user to select an IP address and port to connect to. …

java swing layout-manager joptionpane
How to arrange multiple panels in JFrame

I am trying to make a simple calculator to practice Graphics (i am a complete GUI noob). I am having …

java swing jpanel layout-manager calculator
Span multiple columns with RecyclerView

So what I am trying to go for is having a staggered layout but the first item in the list …

android layout-manager android-recyclerview
How to remove the padding between in the JPanel still using a flow layout?

Here's the portion of my java application GUI that I have a question about. What this GUI consists is a …

java swing jpanel padding layout-manager
setAlignmentY not centering JLabel in BorderLayout

new to java and brand new to the site. I have a JLabel added to the center panel of a …

java swing jlabel layout-manager
Position on Screen Right Bottom

I need to position JFrame on my screen. But I can't make them appear on the right side of the …

java swing jframe point layout-manager
java GridBagLayout anchor

Learing GridBagLayout, The issue here is, the name label and combox don't show up on the top of the panel, …

java swing layout-manager gridbaglayout