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.

learn more… | top users | synonyms

1
vote
1answer
31 views

JPanel not get opened from JFrame[SOLVED] [closed]

what am trying to do is, in netbeans i have an MainFrame class extends JFrame. In that i have an button and on the action of that button i want open my Panel class extends JPanel. What should i do... ...
1
vote
0answers
38 views

best approach for switching out JPanels

I am trying to create a very simple Java GUI but I have run into an issue. I have 2 panels: 1 which adds data and the other that views it. I was using card layout but realized it does not update the ...
0
votes
1answer
34 views

Margins on JPanel with MigLayout

I created an OptionDialog without any buttons and put a JPanel in it that uses MigLayout for its layout. That JPanel has another JPanel inside of it. Both of these panels seem to have a margin on ...
0
votes
2answers
33 views

How to add JPanel Components on top of a painted background

I want to be able to change one of my JPanel background to a image I created and still add components on top of it, however they are not showing up. package userInterface; import javax.swing.*; ...
0
votes
1answer
35 views

Replace a JPanel with the same with updated contents

Here I have a JPanel with JLabels and JTextfields and some JButtons. Where one JTextfield is to get data from user and on clicking search button, it should get the relevant data from the database and ...
-1
votes
2answers
41 views

Java JPanel & JScrollPane

I working on a application that manage image's filters etc. I want to have scroll bars when the image is to big to be display. I put my customize panel that extend JPanel in a JScrollPane and I add ...
0
votes
1answer
46 views

GridBagLayout constraints not working?

Here is my code that uses GridbagLayout public IntroPanel(){ JPanel intro = new JPanel(new GridBagLayout()); JLabel label1 = new JLabel("Test test test"); label1.setFont(new ...
0
votes
1answer
26 views

frame.setResizable(false) does not work

How do I disable the feature of resizing my JFrame? My Code is as follows the frame.setResizable(false) does not work. public static void main(String[] args) { EventQueue.invokeLater(new ...
1
vote
2answers
66 views

animate JPanel (slide in) with timer

I am trying to make a JPanel slide in from the side using this class i made: public class AnimationClass { private int i; private int y; private JPanel panel; private int xTo; ...
0
votes
1answer
39 views

How to get this panel as an inner class to work?

As you guys can see I'm having trouble in adding the panel into the frame...I know it might be something easy...but I cant see it...if you guys can point me to the right direction :) import ...
0
votes
2answers
43 views

JPanel within JPanel

Is it possible to have a panel within a panel in one method in Java? Like If I created a JPanel within a method called, CreatePanel, could I add another one below it? I'm trying to add two or ...
0
votes
2answers
81 views

Drawing Sierpinski Triangle fractal - Java

My program runs and successfully draws the Sierpinski Triangle. However, it only appears for a short while and then disappears. Why is this? Here's my program (2 classes). This is fully compilable ...
1
vote
1answer
28 views

Box laying out components strangely

I am writing a gui for a game I am making in java, and I have this code: private JLabel label = new JLabel("Enter New Level Name"); private JTextField field = new JTextField(); private static JButton ...
-1
votes
1answer
115 views

Drawing Line, Arc etc. Anywhere in the Code Java

I am kind of newbie in Java and in my program, I have to draw some lines, arcs etc. in a function different from paintComponent() in some cases in a class that extends JPanel. I generally work with ...
0
votes
0answers
20 views

Add JPanel to a JPanel

I'm trying to add a JPanel to a currently existing JPanel. The currently existing JPanel has a ton of images on it, and I'm trying to load another JPanel and place it on the screen at my desired ...
1
vote
1answer
36 views

Is there a Panel Listener in Java?

I have a custom JFrame Class and I want to add a listener that does the following: If the content pane of my Frame is Panel1, the Frame should be resizable with setResizable(true), and if the content ...
-1
votes
1answer
52 views

painting multiple images to a jpanel

I'm having an issue with drawing multiple images from objects on to a custom JPanel. I've been able to successfully paint one image representation of an object on the JPanel. Adding more objects ...
0
votes
0answers
23 views

Simplest process for switching displayed classes that extend JPanel in JApplet

I have several classes which extend jpanel, many of which have parameters in their constructors. Each already contains components, and they need to handle information and pass this information ...
-5
votes
1answer
39 views

What is the skeleton to a fullscreen program in Java [closed]

Please do NOT link me to the main tutorial, i didn't understand it. All I want is a simple Fullscreen JPanel. EDIT: i am talking about this:http://docs.oracle.com/javase/tutorial/extra/fullscreen/ ...
0
votes
1answer
34 views

Zooming in and out a panel using jscrollbar in java

Input :- ArrayList of point2d of a geometrical shape and transformin it as: private void SetScale1(Graphics2D gr, int gr_width , int gr_height, double left_x , double right_x , double top_y , double ...
2
votes
1answer
45 views

Center alignment of buttons in JPanel

How do I align the buttons (S, S, D & D and A, U, D & d) to the middle of the panels (the blue and red)? The panels can grow (height not width), but the buttons should stay in the middle and ...
1
vote
1answer
32 views

making a JPanel into a JOptionPane.OK_OPTION

currently i have a class which extends JPanel and basically shows some information about an object passed into its constructor. There are various labels and Image icons on the screen and has a ...
-1
votes
1answer
59 views

Changing visible JPanels in a JFrame from another class

I have a class named Window that extends JFrame and sets up the basic layout. To that JFrame I want to add different JPanels and a seperate class named Tracking is deciding which JPanel is being ...
0
votes
1answer
86 views

JScrollPane inside JPanel inside a JTabbedPane is not scrolling

I have this JPanel called CatalogPane, which is of size 800 by 600, which is inside a JTabbedPane inside a JFrame called BookFrame. So inside the CatalogPane, I created a JPanel called bookDisplay ...
1
vote
1answer
55 views

How to save scrollable jpanel into pdf or any format

I have a jpanel within jscrollpane, I want to export all the contents of jpanel (which include some label,textarea) to pdf format. currently I am using this code on a jbutton: Document document = new ...
1
vote
1answer
32 views

Java JPanel wont scroll

I'm trying to make image scrollable using jPanel and jFrame in java. I'm draw my image in drawQuestion class then I add drawQuestion to jScrollPanel and It doesn't scroll. Please Tell me where my ...
0
votes
1answer
26 views

My screen will not repaint despite the rectangle being clicked

I have my code set up to where the Boolean boxDetect will be set to true if the mouse is clicked within the Rectangle startButton. The rest is just formatting nothing special! This is the initial ...
0
votes
1answer
56 views

Two JFrames with grids in one class

I'm trying to program a battleship game, and using an if statement to call the class BatShip3, which will generate two JFrames with clickable grids for battleship placement. I've tried implementing my ...
0
votes
1answer
45 views

Closing background JFrame after showConfirmDialog

I am trying to write a very simple Blackjack game. This is the class that is supposed to show the currently drawn card: import javax.imageio.ImageIO; import javax.swing.*; import java.awt.*; import ...
0
votes
3answers
61 views

swing component not visible

Ive been trying for 2 days to make an app and I'm stuck in the incipient phase, i.e. the UI. Swing is so difficult that I can't even display the components. Can anyone help me, please? I have a ...
0
votes
1answer
41 views

JPanel size issue

I have Added two JPanels into a JPanel with GridBagLayout. Now the issue is : When the main panel loads it shows the upper panel bit above the actual place it should be and when data from db loads ...
0
votes
1answer
64 views

JTextArea Doesn't Show Up on JPanel inside JTabbedPane

I have a JTextArea that sits inside a JScrollPane which in turn sits inside a JPanel and that in turn sits inside a Tab of a JTabbedPane. I know that text gets added to my JTextArea, but when I move ...
0
votes
1answer
45 views

JPanel for GUI Application

So im teaching myself Java and ran into a bit of a stall. For one of the exercises, here is the instructions which I can't get my head around. Any help with explanation would be appreciated. Here is ...
0
votes
2answers
79 views

add mouseListener to an array of JPanels

i have an 2D array with JPanels and i want to add a mouseListener in every JPanel in the array so i use 2 for loops to add them ,but i want to pass the variables i used in for loops in every ...
0
votes
1answer
49 views

Multiple Jpanel keylistener space

I have a frame which contains 4 different panels.One panels contains a music player which on pressing space key start playing the music while other 3 panels contains textfields and some submit ...
0
votes
0answers
25 views

Flickering JPanel with JScrollPane when JDialog exist

I have a gallery application is made of Java Swing. I display each image using a JLabel. I use a JDialog to display a preview of the selected image. But, when there are a lot of pictures, and I try ...
0
votes
0answers
15 views

Some problems caused of painting on jpanel which is situated on another jpanel

I have a frame, in which I've located an object which extends JPanel, on which I've organised the animation using a Image [] and MediaTracker. This object LiquidAnimation has a paint() method and ...
0
votes
1answer
64 views

Trying to draw lines with JPanel

I am trying to draw lines using JPanel and I have hit somewhat of a wall. I can get two sides down but once it comes to subtracting from the x cord it all goes wrong. package GUIstuff; import ...
0
votes
1answer
35 views

Repainting not updating?

As of now, I am trying to work to create a JAVA version of uno that my teacher calls "Singles". Currently, I'm simply trying to get a working deck in which I can remove cards. My issue currently, ...
0
votes
1answer
85 views

Netbeans: Cannot add custom JPanel in Swing Editor

I'm having an issue with adding a custom JPanel to a JFrame in the Netbeans Swing Editor. To rule out other issues, I made a brand new JFrame, and tried to drag my JPanel in (the JPanel is even in ...
2
votes
2answers
60 views

Using MouseListener to select a range of cells in a grid

Linked post: How to use MouseListener to find a specific cell in a grid I am trying to create a Battleships game, with a 10x10 grid made up of 100 cells. The Grid extends JPanel and the Cell also ...
5
votes
3answers
83 views

How to use MouseListener to find a specific cell in a grid

I'm trying to create a Java game with a 10 x 10 grid made up of cells. The Grid looks liks this: public class Grid extends JPanel implements MouseListener { public static final int GRID_SIZE = ...
1
vote
2answers
76 views

How to get Current JPanel from Button Click

On the event of clicking a button how would I get the JPanel it is in currently? I know how to make a button and add an actionlistener and do event handling. I don't know how to select the current ...
0
votes
1answer
45 views

Switching JPanels - Doesn't switch when clicking button

I've made a program and i'm having difficulty with switching JPanels on the click of a button. There are four buttons> "Time" "Hotels Menu" "Price" and "Exit" Exit was simple to do. The rest need ...
0
votes
0answers
39 views

Does Jpanel can be set using float or double coordinates

I am working on a swing project in which i have to Zoom-in and Zoom-out the Jpanel and its children.The Zoom ratio is +20% for Zoom-In and -20% for Zoom-Out. Right now i am just rounding off whatever ...
0
votes
1answer
36 views

Can't see all the text in a java frame

I have a problem I can't fix. I am really new in programming. The main frame (glavnoOkno) opens normal. When the button on the main frame is clicked new frame opens. And you can't see all the text or ...
0
votes
2answers
76 views

Unable to remove JLabel from JPanel after adding programmatically

I have a class called LMSPanel that extends JPanel. This class has the two following methods: /** * A method to add an informative temporary label to the Panel until * the second Sensor is added. ...
0
votes
1answer
42 views

Top layer in JLayeredPane not displaying

I'm trying to create a panel that uses a JLayeredPane to have a panel centered above another, larger panel. I can't seem to get the smaller panel to display though. Any ideas as to what I'm doing ...
0
votes
1answer
48 views

Drawing a class that extends JPanel

I have a class that extends JPanel, it contains a draw(Graphics page) method to draw itself.. if I am building a test driver and want to display it on the frame what should I use.. I'm confused ...
0
votes
1answer
52 views

How to combine paintComponent(Graphics g) with MouseListener and MouseMotionListener

So, I'm trying to combine the use of paintComponent() as well as the use of MouseListener and MouseActionListener, but i get a lot of errors when I run it, and it does not work liek i want it. In this ...

1 2 3 4 5 46