GroupLayout is a Java Swing LayoutManager that hierarchically groups components in order to position them in a Container.

learn more… | top users | synonyms

0
votes
2answers
32 views

How to add borders to components when using GroupLayout?

For example, I have two radio buttons and I want a border around them so that the UI looks clearer? Tried searching but didn't find anything useful. Thanks!
0
votes
1answer
27 views

Java GroupLayout Exception

public class Grouplayout implements Runnable { public static void main(String[] args) { SwingUtilities.invokeLater(new Grouplayout()); } @Override public void run() { JFrame jFrame = new ...
1
vote
1answer
50 views

Center JLabel within JPanel with GroupLayout

I am kind of frustrated with the group layout. How can I make it so that the label upLabel will be centered within the red upper panel? This example is not working and I tried out a lot of things, so ...
1
vote
1answer
56 views

Building GUI using GroupLayout in Java

I need to build a GUI using GroupLayout (not other layouts). The GUI will look like the following: ---------------------------- | field 1 field 2 field 3 | | FFIEEELLLDD4 FIELDDDDDD5 | | ...
1
vote
1answer
70 views

JTable: Adding one to a JPanel, and it not displaying itself

It's Monday morning where I am, which means it's time for me to fail at Java Swing! But in all seriousness, I cannot figure out why my dynamically created JTable refuses to show itself once added to a ...
0
votes
0answers
24 views

Java swing GroupLayout, need a fresh eye

I'm trying to write a GUI for a program, but I have a problem and can't find its reason. I have a frame that has two buttons, then, when one of the buttons is pressed, I have to update the frame - ...
1
vote
3answers
63 views

Grouplayout is a bit messed up

There is some problem in Grouplayout of following code, Kindly help me to figure it out I also have uploaded the output file, I am not sure if their is any problem with alignment. Kingly have a look ...
0
votes
0answers
30 views

Not able to resize JPanel dynamically

I am using GroupLayout and I have a MainPanel. In that, I have a header, a footer, 2 other JPanels and a button. I want to hide/show panel1 whenever I click that button. I am using setVisibility() ...
3
votes
2answers
71 views

Java Swing GroupLayout does not include the intended 3 buttons. How to fix this?

I need some help with the code below. What I'm trying to do is to expand the size of TextArea (named preview) to include the last three buttons: algo1, algo2 and algo3. I have tried many times to ...
1
vote
3answers
553 views

How to set Jframe Background Image in GroupLayout Java

Am trying to set a background image for my frame but it does not work. I tried this link: Setting background images in JFrame The code: setContentPane(new JLabel(new ImageIcon(ImageIO.read(new ...
0
votes
0answers
63 views

rakudave jsuggestfield cannot change size

I am trying to use rakudave jsuggestfield from here [http://www.rakudave.ch/jsuggestfield][1] [1]: http://www.rakudave.ch/jsuggestfield first of all i am not able to add directly to generated code ...
0
votes
1answer
210 views

Add an External Frame in a JDesktopPane Java

I have a Frame called " Menu_Project". I have another Frame called "Main_Menu" where it has a JButton and upon clicking on the Button, I want to call the frame " Menu_Project" inside the ...
0
votes
0answers
95 views

GroupLayout errors [closed]

I am attempting to use GroupLayout. Though I have had two errors pop up as I try different structures. I thought I understod the weaving idea behind it all, and I do initialize my variables, though I ...
1
vote
1answer
75 views

Jframe not showing all contents when loaded in another computer

Am using GroupLayout to code my GUI application. The issue am having is that: 1) My PC Resolution is 1490 * 900. When I run the GUI, all contents are displayed clearly. 2) Now on my laptop ...
2
votes
2answers
173 views

JScrollPane vertical scrollbar too wide

I'm using Netbeans GUI Builder to create a GUI app (so all the code generated is by Netbeans). Everything looks fine in the Preview Design, but when I run the app, the JScrollPane displays badly... ...
0
votes
0answers
49 views

grouping GroupLayout or JFrame> physically sort objects

I'm newbie with java, so I need help to order some objects in this form. Basically, I'm trying to do a chess or checkers board.. but with images. My trouble is that I can't group the two first ...
3
votes
2answers
166 views

Java aligning 3 panels using grouplayout

I can't get my 3 panels to align properly. I basically have 1 big panel and 2 smaller (not necesarily identical) ones. The big one is on the left and the 2 smaller ones on the right, with one above ...
1
vote
1answer
99 views

GroupLayout makes action listener loses focus

I've recently started to work with the java GUI -most properly Swing. Now I got this problem I just can't get around. I want to dispose a game board that extends JPanel and implements ActionListener ...
2
votes
1answer
99 views

GroupLayout not functioning as expected

I am trying to create a minesweeper type game and have designed the interface around a GridLayout at the top, and a JPanel at the bottom. I am having problems arranging the JComponents on the info ...
0
votes
0answers
75 views

NetBeans custom instance of JPanel [closed]

I am creating a new instance in NetBeans of a JPanel and calling it with different arguments and all of the visual items (JLabels etc) do not show up. /* * To change this template, choose Tools | ...
0
votes
1answer
129 views

Cannot add JScrollPane to JTextArea in GroupLayout

Here is the code for what I tried but the scroll pane is not showing up and am using Group-layout. import java.awt.BorderLayout; public class JScrollPanel extends JFrame { private JPanel ...
5
votes
1answer
97 views

Java - Mixing component size in GroupLayout

I am trying to arrange two set of buttons for a calculator GUI. Each one uses a GroupLayout to make them. One set is the numbers (and "."), the other is for operation buttons. This basically works but ...
1
vote
1answer
93 views

swing panel resizable gap

I'm using eclipse and windowsbuilder, for making java gui application. I'm having a trouble in maintaining the padding of the components in swing panel. I'm using the group layout in the windowbuilder ...
4
votes
1answer
885 views

GroupLayout can only be used with one container at a time

Not sure why this error is coming up. I am using GroupLayout because I want it to do the spacing for me and will be adding more panels to the frame in the future. Below is the stack trace. Exception ...
1
vote
2answers
74 views

Resizing two ScrollPanes equally in Swing

I am designing a JFrame that contains two ScrollPanes ordered sequentially, one below the other. I am using the inbuilt form editor of NetBeans (Matisse?) which uses GroupLayout. What I observe: When ...
0
votes
0answers
73 views

Panel managed with GroupLayout is covered by other components

So, I have managed labels and textfields with Grouplayout. The panel that contains them, is supposed to be displayed after pressing a button. However, after pressing the button, it seems as the ...
4
votes
1answer
328 views

Java GroupLayout automatic resizing when getting bigger but not smaller?

The problem is pretty simple. I have a canvas (there is an OpenGL viewport in the canvas) that resizes when the window increases in size, but not when it decreases in size. So the trouble is this: ...
0
votes
0answers
585 views

Horizontal and vertical scrollbar in java

I have a document comparison program that displays a .docx file using XWPFDocument APACHE POI to a text area. I need to append a scrollbar to the textarea since I created my textarea with a fixed ...
0
votes
1answer
717 views

java Jpanel and border layout, adding 2 components to PAGE_END

m trying to add a Jslider and a Jlabel to PAGE_END beside each other, i can add each of them on their on but adding .add("components name".PAGE_END) to both it on lets one exist there? so basicly i ...
1
vote
1answer
385 views

Using GroupLayout in a JPanel to align JTextFields and JLabels?

So, this is my problem: I used the oracle documents as an example for my project, but when i run the program all it shows up as is a box with "weekly pay:" in the middle. What am I doing wrong? ...
1
vote
0answers
70 views

Running GroupLayout replace() method on event dispatch thread causing ui hang

I have a java application that uses the groupLayout.replace() method to replace a component in a JPanel. When I attempt to perform this action on the event dispatch thread via invokeLater I ...
0
votes
2answers
102 views

Java layout debug error

I have created a GUI and copied the generate code carefully modifying what ever is necessary to over to a class and added all the necessary imports and such, but when I build the project it gives me ...
1
vote
2answers
122 views

Java GroupLayout verify design and alignment help needed

I am using GroupLayout to construct my frame in Java 7 on Windows 7 (64-bit). Following is the structure of layout that I have used seeing the Oracle example on GroupLayout. Desired Layout: ...
0
votes
1answer
246 views

Unable to vertically align JLabel with JCheckBox as if single JCheckBox with GroupLayout

Sometimes I need the label for a checkbox to be to the left of the checkbox not the right so instead of using JCheckBox checkbox = new JCheckBox("label",false); I do: JCheckBox checkbox = new ...
0
votes
0answers
211 views

Java Swing GroupLayout two dimensional array

I have JComponent[][] fields = new JComponent[rows][cols] ; variable which may contain JLabels, JTextFields, JComboBox etc. I need to show this array into the form of table inside JPanel. Using ...
0
votes
0answers
93 views

Java Swing GroupLayout with multidimentional Array

I am new to Java Swing and need help with GroupLayout. I have JComponent[][] fields = new JComponent[rows][cols] ; variable which contains JLabels and JTextFields, JComboBox etc. I need to show this ...
0
votes
0answers
69 views

Group Layout Maximum size

+------------------------------------------------------------------------+ |[5] [image=16px] [5] [label1=172px][spring gap max=177,min=5+label2] [5]| | [5] [label3] ...
1
vote
4answers
554 views

How can I use GroupLayout to build a form?

What is the easiest way to build a form in Java using GroupLayout? With form, I mean something that has text fields with a label in front. Something like this:
1
vote
1answer
104 views

GroupLayout margins/paddings are auto generated?

I am using a grouplayout to manage 3 jpanels. Below is a screenshot of what it looks like (I cannot get a full screenshot for confidentiality reasons). The green border is the mainPanel, which has ...
2
votes
2answers
497 views

Java Group layout, vertical layout issues

I am trying to make a two column, 3 row layout. Something along the lines of: ---------------------- | Username |Textbox| | | Email |Textbox| | ---------------------- Yet even when I'm quite ...
0
votes
0answers
108 views

I can't figure out why this GroupLayout isn't working. Error: java.lang.NullPointerException

I have used a GroupLayout to position component on a JPanel, but I can't seem to get it to work. When I comment out the first 6 components in both horizontal and vertical groups, it works just fine, ...
0
votes
2answers
178 views

GroupLayout.linkSize() on two JTextEdit's makes them zero size

I'm writing a Java program (minimum compilable example below), and I'm trying to pretty up the user interface by making some elements line up. If you run this, you can see that d_ip and d_pword would ...
2
votes
3answers
1k views

How to modify GroupLayout in Java

Well, I'm using GroupLayout to place components. Here is a code. groupLayout.setHorizontalGroup( groupLayout.createParallelGroup(Alignment.LEADING) ...
0
votes
1answer
429 views

Regarding Group Layout

hi I have tried to implement group layout fro my assignment requirement below is my code snippet but I am having one problem within this code snippet when i do pack(); it throws me exception also I ...
2
votes
1answer
483 views

Swing's GroupLayout and setContentPane - losing Components?

After experimentation, it appears to me that Swing's GroupLayout tends to lose Components intended for re-use across my GUI. But I haven't seen anything in the documentation that makes this ...
3
votes
1answer
637 views

How to iteratively add Components to a Swing GroupLayout ParallelGroup?

Is there a way to iterate over a List of Components and add them to a ParallelGroup in Swing GroupLayout? It seems difficult because there is no method to get hold of the ParallelGroup. Here is the ...
0
votes
0answers
373 views

Java view update

I am working on a complicated piece of work for my level 3 project at University, about 90% of it is going really well, but I keep getting a similar issue throughout the project. The issue I am ...
1
vote
1answer
906 views

Java - How to resize components in GroupLayout

I have a problem with GroupLayout. My code is: public chat () { JTextField chatbox; JTextField msgbox; JButton sendbutton; GroupLayout layout; super(); ...
1
vote
1answer
188 views

Components rendered on top of each other with GroupLayout

I trying to learn how to use Java Swing's GroupLayout. First of all I just want to make a grid made from JLabels. The problem I'm having is that the JLabels are being rendered directly on top of ...
4
votes
1answer
3k views

Swing GroupLayout: Resizing and limiting component sizes

I'm using GroupLayout to manage components in some dynamically generated data input forms. The layout is more or less like so: *-----------------------------------------------* | label A | ...

1 2