JPanel is a container in the Java Swing Framework that allows custom rendering using layout managers. JPanels can be nested for flexibility. There is also a jQuery plugin with the same name that provides accordions, tabs, and fieldsets from simple container mark up.
136
votes
10answers
344k views
Java Swing: how to add an image to a JPanel?
I have a JPanel to which I'd like to add JPEG and PNG images that I generate on the fly.
All the examples I've seen so far in the Swing Tutorials, specially in the Swing examples use ImageIcons.
I'm ...
26
votes
4answers
18k views
Java: Difference between the setPreferredSize() and setSize() methods in components
Ok, I read the Java Documentation and I just can't figure out what is the main difference between those two methods. Sometimes I used setSize(), sometimes setPreferredSize(), sometimes one does what I ...
22
votes
3answers
15k views
JPanel Padding in Java
I have a formatting question for my Java swing application. It should be fairly straightforward, but I am having difficulty finding any aid (Every topic seems to be regarding removing any default ...
20
votes
5answers
45k views
Java Swing - how to show a panel on top of another panel?
I wish to have an internal (non window) dialog to ask for member input. I would like the dialog to be placed centrally on an existing JPanel.
I have looked at layeredpanes and these seem unusable due ...
19
votes
12answers
55k views
How do I change JPanel inside a JFrame on the fly?
To put it simple, there's a simple java swing app that consists of JFrame with some components in it. One of the components is a JPanel that is meant to be replaced by another JPanel on user action.
...
13
votes
3answers
908 views
Substance Look and Feel is making my colors brighter?
I'm trying to call setBackground on a JPanel, so that it matches the color of my JFrame, but the color is some how brighter than the one I type in.
I've have tried setting HSB, RGB, HEX code, they ...
13
votes
2answers
609 views
Zoom JPanel in Java Swing
I have an existing Java Swing application. In the middle of the application is a single JPanel which I want to be able to zoom in and out of. The JPanel has a number of JComponents on it (mostly ...
11
votes
4answers
5k views
Java - Vertical “FlowLayout” with Horizontal Scrolling
As described in the title, I've been trying to set up sort of a vertical flow layout with horizontal scrolling. The components within the layout will be JLabels. Let me draw a picture:
...
11
votes
2answers
23k views
How can I align all elements to the left in JPanel?
I would like to have all elements in my JPanel to be aligned to the left. I try to do it in the following way:
JPanel panel = new JPanel();
panel.setLayout(new BoxLayout(panel, BoxLayout.Y_AXIS));
...
11
votes
4answers
7k views
Obtaining focus on a JPanel
I have a JPanel inside a JFrame. I have registered a KeyListener, based on which I want to update the JPanel. The problem I am having is that I cannot get the focus on the JPanel and therefore my ...
11
votes
3answers
1k views
JPanel Drop Shadow
I have a JPanel element and I would like added a drop shadow to it, how can I add a nice faded drop shadow to the element? Do I need to use external libraries or is there something that is built in ...
10
votes
3answers
16k views
Difference between JPanel, JFrame, JComponent, and JApplet
im making a physics simulator for fun and i was looking up graphics tutorials when i tried to figure out the difference between all these J's. could somebody elaborate on them or perhaps provide a ...
10
votes
6answers
11k views
What is the relation between ContentPane and JPanel?
I found one example in which buttons are added to panels (instances of JPanel) then panels are added to the the containers (instances generated by getContentPane) and then containers are, by the ...
10
votes
4answers
8k views
add JMenuBar to a Jpanel?
I've got a JMenuBar and a JPanel. I'd like to add the JMenuBar to the JPanel. How would I do so?
9
votes
2answers
666 views
Draw line over multiple panels in Java
I'm trying to draw a line (Red line in the image) over multiple panels, but I can't seem to make it work. How can I make this possible? Any suggestions?
8
votes
5answers
12k views
Java - set opacity in JPanel
Let's say I want to make the opacity of a JPanel %20 viewable? I don't mean setOpaque (draw or not draw) or setVisible (show or hide)... I mean make it see-through JPanel.. you know?
Is this ...
8
votes
2answers
378 views
What's so special about CardLayout vs manual adding/removal of JPanels?
There have been many times on StackOverflow where a user asks a question like this...
I have a main JPanel that contains a child JPanel. When the user clicks a
button, the child JPanel should ...
8
votes
2answers
28k views
How to draw in jPanel? (swing/graphics Java)
Hey guys, I'm working on a project in which I am trying to make a paint program
So far I've used netbeans to create a GUI and set up the program.
As of right now I am able to call all the coordinated ...
8
votes
3answers
10k views
Java Swing - How to disable a JPanel?
I have several JComponents on a JPanel and I want to disable all of those components when I press a Start button.
At present, I am disabling all of the components explicitly by
...
8
votes
2answers
226 views
Java: How can I disable clicking on a panel while showing dialog?
I want to disable clicking on the background panel or frame while showing a dialogue. And I want the dialogue to appear on top of this panel or frame constantly until it is closed.
How can I do ...
8
votes
2answers
105 views
Placing buttons in a specified location using swing in java
I am trying to learn how to make JAVA programs and I am working with Swing. I am trying to place a button in the top left corner of the window and it keeps going to the top center.
public void ...
8
votes
2answers
298 views
FlowLayout on top of GridLayout not working
I'm trying to create a hangman game and so far it's coming along GREAT, but the layout design just doesn't seem to fall into place! The alphabet is supposed to end up in a FlowLayout order on top of ...
7
votes
3answers
409 views
Switch to specific JPanel using Cardlayout
I've started working on a Java desktop application using netbeans. I have 7 different screens and to represent them I am using JPanel. One JPanel to represent each of them and one to contain all of ...
7
votes
5answers
5k views
JFileChooser embedded in a JPanel
EDIT: I've posted a clarification as an answer, see below for more details.
I am writing a java program that needs a file open dialog. The file open dialog isn't difficult, I'm hoping to use a ...
7
votes
2answers
8k views
adding JLayeredPane to JPanel
I am trying to add a JLayeredPane to a JPanel and then add an image (JLabel icon) and a button to the JLayeredPane, but neither show up. I've tested the image without the button and the layeredpane ...
7
votes
1answer
5k views
Export JPanel Graphics to .png or .gif or .jpg
I'm trying to develop some sort of paint using Java.
I have a JComponent that is located inside of a JPanel.
I already can draw lines and rectangles into that JComponent.
Now, how can I export this ...
6
votes
3answers
10k views
Draw a line in a JPanel with button click in Java
I want to draw a line in a JPanel.
This is my GUI and I want a line in the JPanel in white.
I find many examples but the problem is the how to use it.
In many exmples, always they draw in a JFrame ...
6
votes
3answers
15k views
How to include custom panel with NetBeans GUI Builder?
I have written a class that extends JPanel. Is it possible to use this in the NetBeans GUI Builder and have it survive all of the automatic code generation?
I have used the customised code option in ...
6
votes
2answers
1k views
Java: maintaining aspect ratio of JPanel background image
I have a JPanel with a painted background image and a layout manager holding other smaller images, all of this inside a JFrame. The background image is pretty big and I want to be able to have it ...
6
votes
3answers
12k views
Convert JPanel to image
Is there a way to convert a JPanel (that has not yet been displayed) to a BufferedImage?
thanks,
Jeff
6
votes
1answer
26k views
Java GUI repaint() problem?
I have a JFrame. This JFrame contains a JButton. I click the JButton and 10 JTextFields are created.
the problem:
I cannot see them until "I force a repaint()" by resizing the window. Only then do I ...
6
votes
2answers
293 views
how do i divide JPanel in 70% 30% [duplicate]
Possible Duplicate:
Swing: How do I set a component height to the container's height?
how do i divide JPanel like the picture shown below there are 2 panels panel1 and panel2
panel1 ...
6
votes
3answers
7k views
MouseListener for JPanel missing mouseClicked events
I have a JPanel that I have created a MouseListener for and I am seeing some behavior that I can't explain.
Usually when I click the mouse within the JPanel, I see the following events fire:
...
6
votes
1answer
2k views
JPanel which one of Listeners is proper for visibility is changed
Please are there some rulles, good/bad experiences with AncestorListener, ComponentListener or HierarchyListener listening for visibility of changes for JPanel, JComponents,
Can we talking one of ...
6
votes
2answers
594 views
How to have two JPanels which always take up half the screen each, split horizontally?
As described in the title. I've got two JPanels one on top of the other using a BorderLayout().
import java.awt.*;
import javax.swing.*;
public class myForm(){
public static void main(String[] ...
6
votes
3answers
1k views
JPanels don't completely stretch to occupy the available space
I have a panel where I place several mini-panels, side-by-side, with different sizes and colors, and they should occupy the entire parent panel (horizontally).
For this I use BorderLayout (for the ...
6
votes
4answers
3k views
Java - Waiting for some type of key press to continue
What is the best way to implement a "press x to continue" type of thing in Java?
Specifically, I have a custom class which extends JFrame and a custom class which extends JPanel. I have a Main.java ...
6
votes
2answers
618 views
How to overlay, resize and centre a component on a JPanel?
I've spent a while reading and experimenting here, and come up with a few approaches, but not got any of them to work completely yet, so I would like to know what more experienced Swing programmers ...
5
votes
6answers
5k views
Not able to set location of JLabel on a JPanel
I have set location (0,0) for the JLabel with respect to the JPanel. But it is appering at the center and top. What mistake am I making ?
import java.awt.*;
import javax.swing.*;
import ...
5
votes
3answers
220 views
Why is attaching a JPanel better?
I've just started coding video games and I've heard that doing all your drawing on a JPanel and attaching that panel onto a JFrame is better than simply drawing onto the JFrame. I was just wondering ...
5
votes
4answers
1k views
Sending messages between two JPanel objects
I have a Java JFrame containing a JPanel. Within that JPanel, there are two separate JPanels. When the user clicks a button in the first JPanel, a message needs to be sent to the other JPanel ...
5
votes
3answers
2k views
Why can't I access my panel's getWidth() and getHeight() functions?
I'm writing a simple program to test out basic GUI. The program prints a letter in the middle of the screen and allows the user to move it with the arrow keys. Everything works fine, but when I try to ...
5
votes
5answers
25k views
How to set a Transparent Background of JPanel
I need to know if a JPanel`s bacground can be set to Transparent?
My frame is has two Jpanels
Image Panel and Feature Panel, Feature Panel is overlapping Image Panel, the Image Panel is working as a ...
5
votes
5answers
16k views
Display a jpg image on a JPanel
What would be the most appropriate image type to display a jpg image (loaded from a local folder) on a JPanel?
Cheers.
5
votes
3answers
513 views
JScrollPane does not appear when using it on a JPanel
I have been trying for hours to find a way to solve the issue, but I had no luck with that. Here is a sample code:
import java.awt.BorderLayout;
import javax.swing.BoxLayout;
import ...
5
votes
5answers
7k views
Scrollable JPanel
How to make a JPanel scrollable? I implemented the scrollable interface yet when adding it to the containing panel with
tabbedPane.add("Editor", new JScrollPane(storeyEditor = new ...
5
votes
1answer
3k views
JPanel custom drawing using Graphics
I have a custom JPanel and sometimes throughout my program, I need to call a method which paints the screen black, that's it.
public void clearScreen() {
Graphics g = getGraphics();
...
5
votes
1answer
1k views
Image resizing and displaying in a JPanel or a JLabel without loss of quality
I'm developing a java program to capture employee images at the time of registration using a webcam. I can obtain the picture without any problem, and save it in my C: drive but upon retrieval of the ...
5
votes
2answers
818 views
Setting a JPanel contained in a JDesktopPane as always on top
I know this is a simple procedure with JInternalFrame, but can it be done with a measly JPanel?
5
votes
7answers
23k views
JPanel in JFrame in NetBeans
I have created a Java application (project) in NetBeans, in which I have designed a JFrame with menu bar, and different JPanels. I want these JPanels to appear inside the JFrame on action of different ...
