Tagged Questions
JPanel is one of the main containers of Java Swing Framework. It has the functionality to contain many components and the rendering can be customized using layout managers. Sometimes the JPanels are nested to achieve desired layout.
52
votes
10answers
171k 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 ...
11
votes
9answers
31k 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.
...
10
votes
3answers
283 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 ...
9
votes
5answers
5k 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 ...
9
votes
5answers
23k 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 ...
7
votes
6answers
3k 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 ...
6
votes
3answers
2k 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?
5
votes
2answers
81 views
Java: How can I disable clicking on panel while showing dialog?
I want to disable clicking on 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 this?
...
5
votes
3answers
167 views
problem in nested Jpanel over Jframe
I have a JFrame and a Jpanel over that in which various buttons are placed.so on click of a button I have called a new class which is also having containers placed in a Jpanel.so I want to show that ...
5
votes
2answers
167 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
2answers
208 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
1answer
245 views
How to add Window's Aero effects to a JPanel?
I'm trying to have Aero Glass look in my JPanel. Is it possible do such a thing?
How to add Aero effect to JFrame - like this picture?
5
votes
3answers
392 views
Java App - Add, Delete, Reorder elements of the JButtons
I'm developping a Java application.
I created this interface with MockupScreens.
Please look at these pictures.
At first time, there's only one element, the user have to enter informations ...
5
votes
4answers
1k 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 ...
5
votes
1answer
14k 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 ...
5
votes
5answers
3k 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 ...
4
votes
3answers
56 views
Java and layout
I want to use JPanels like containers from top to bottom just like DIV tags when creating a web page? If I use BorderLayout, I can have only two (NORTH and SOUTH)?
I want to place different ...
4
votes
2answers
68 views
Floating JButton in left corner
I have a huge JPanel so it is scrollable. In this JPanel I have JButton at the right corner. When I want to push it I always need to scroll here. Is it possible to have floating JButton at the right ...
4
votes
3answers
102 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 ...
4
votes
3answers
51 views
Is there a way to only mark a specific JPanel region as opaque?
Basically I'm drawing a lot of transparent JPanels; profiling shows that most time is spent in Component.paint(). It would be possible to optimize this quite radically since in most cases the real ...
4
votes
1answer
141 views
Populating a JTree
I'm having an array of objects of class A which contain an array of objects of class B.
I've got quite a few questions: (Coding examples would be of great help)
How can I use a JTree with parent ...
4
votes
3answers
151 views
Get size of JPanel before realizing
I've created JPanel and have already added components into it and I'm going to pass that JPanel to PopUpFactory... So can I get size of JPanel before passing it?
I put Jlabel into it and text after ...
4
votes
4answers
489 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 ...
4
votes
1answer
159 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();
...
4
votes
3answers
347 views
SetVisible(false) changes the layout of my components within my Panel
How do I make the subpanels within my main panel stay where they are when I set one of the subpanels to be invisible?
What I have looks like:
[ (Panel1) (Panel2) (Panel3) (Panel4) ]
When I do ...
4
votes
1answer
95 views
Is there any way to paint that circle gradient
I am trying to make something similar to LED diode in Java ( I extend JPanel and override paint method ). I draw cicrle in center of panel with radius =20px ( green on, red off). Is there any way to ...
4
votes
1answer
345 views
Creating a Count Up timer to Break when puzzle is solved java
I'm trying to implement a timer based scoring system for a puzzle application i am writing.
Can someone provide me with an example case of creating a JLabel or Panel in swing, containing a visibly ...
4
votes
4answers
233 views
Passing font to components on a JPanel
I have a class that extends JPanel with several buttons on it. I would like to be able to set the font on all the buttons with one call to setFont(Font font); I defined the setFont method in the ...
4
votes
3answers
4k 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
...
4
votes
6answers
2k 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 ...
4
votes
3answers
6k views
Convert JPanel to image
Is there a way to convert a JPanel (that has not yet been displayed) to a BufferedImage?
thanks,
Jeff
4
votes
6answers
15k 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 ...
3
votes
1answer
39 views
Why doesn't the JPanel background change colors?
I'm trying to make the background color of my program white (instead of gray).
I have a frame class that contains the program (a new instance of that frame class is instantiated in the main method). ...
3
votes
1answer
38 views
add space between JFrame and JPanel
how I can add space between JFrame and a JPanel inserts into this JFrame? I would insert space in the way that the elements inside the JPanel didn't appear too near at the JFrame
3
votes
2answers
51 views
position Components in Circle
I want to position 10 JPanels in a Circle. Every Panel has the same size and the length between two Panels should be the same. So the easiest way i thought is to grab a null-Layout and compute the ...
3
votes
5answers
62 views
Painting over the top of components in Swing?
I have a JPanel added to a JViewport, and the panel has several other panels added to it. I'm trying to implement a dragging selection, where you can select more than one component by dragging the ...
3
votes
1answer
69 views
Java items appear only after the window is resize
I have 2 JPanels in a frame. The first panel contains java items like buttons etc. The two buttons I added appears but the JSpinner appear just after I resize the window. I guess this will happen also ...
3
votes
2answers
90 views
how to use jpanel with paint (or repaint)
I'm a newbie to the paint/graphics and wonder how to add a JPanel to my code in such way that the entire graphics will be on a JPanel and not on the JFrame.
In other words, I'm trying to create a GUI ...
3
votes
2answers
63 views
JScrollPanes scrollbars not showing up
So, I have a grid layout which stores JScrollPane's in each cell. These are also put into an array for other purposes. The "View" extends "JPanel" so it's just a regular panel with image support. The ...
3
votes
2answers
186 views
How to have Collapsable/Expandable JPanel in Java Swing
I want a JPanel that can be Collapsed or Expanded when user clicks on a text/icon on its border. I need this type of panel due to space crunch in my application.
I read about CollapsiblePanel class ...
3
votes
2answers
151 views
Adding image to JPanel through ImageIO.read?
I'm trying to add a JPanel with a picture in it. I'm using ImageIO.read to get the path but i get an IOException saying : can't read input file
The picture is called TCHLogo. It's a PNG inside a ...
3
votes
2answers
65 views
Events on a JPanel which has a Border Layout
When I add a MouseListener/FocusListener to a JPanel which has a BorderLayout and JComponents in it, I can't catch mouse or focus events. Is there any way to catch a JPanel's mouse and focus events ...
3
votes
1answer
89 views
Can't figure out how to overlap images in java
So I decided to pick up programming as a hobby, and am now working on creating a slot machine with help from tutorials. However, I ran into problems with overlapping images. I used a photo editor to ...
3
votes
1answer
254 views
JPanel Repaint Not Clearing
I have a custom, abstract class 'Panel' which extends JPanel. There aren't many differences with the two when painting. I have a Panel and I'm simulating an animation by updating the x value of an ...
3
votes
1answer
129 views
Nested JPanel with GridBagLayout
I have a JFrame with GridBagLayout. weightx and weighty values are assigned different no-zero values and GridBagConstraints.fill = GridBagConstraints.BOTH. I nested a JPanel in one of the cells and ...
3
votes
1answer
199 views
JPanel repaint issue
I have a JFrame which contains 2 JPanel subclass and 2 JLabel in BorderLayout. One of the JPanel contains JButtons and the other is used for displaying graphics. The JLabels are in north and south, ...
3
votes
2answers
144 views
select JPanel parent at the back
Below is SSCCE to describe my problem.
import java.awt.Color;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import javax.swing.JPanel;
public class APanel extends JPanel{
...
3
votes
1answer
84 views
Scaling and zoom
I need to implement zoom for a JDesktopPane contained in a JScrollPane. I have had prior success zooming by overriding the paintComponent(...) method and calling scale(double,double).
This is not ...
3
votes
1answer
113 views
Translucent components inside JPanel
I have class MyPanel that extends from JPanel. MyPanel class has JLabel component which holds an icon.
My question is how can i paint/render this JLabel component to get translucent effect (see ...
3
votes
1answer
64 views
JPanel custom background
OK, let's say I have this Image:
ImageIcon imageBack = new ImageIcon(System.getenv("APPDATA") +
"\.my_game\bg.png");
and I have a JPanel that I can toggle on and off. How do I get that JPanel ...