A CardLayout is a graphical layout manager for a container. It treats each component in the container as a card. Only one card is visible at a time, and the container acts as a stack of cards.
0
votes
3answers
52 views
Java: Add panel to existing panel after runtime
Im trying to add a NEW card to an existing JPanel(cardLayout) with the click of JButton and then goto that new card but i get Null exception as the new card is not registering.
Ive tried searching ...
0
votes
0answers
33 views
requestFocus() not working with show() method
I'm making a game where the program has to show one panel, and from that panel show the previous panel, and then show the first panel again.
To make things simpler, let's say we have PanelA and PanelB ...
0
votes
0answers
34 views
Adding Button in North Layout area Broke my Iconified action?
I come today with a strange issue.
I added an KeyListener to Iconify my JFrame by pressing the "Windows key", but when I add a component in the North area of my Layout I can't Iconify my app anymore.
...
-1
votes
1answer
45 views
Java Swing - set panel
I'm quite new to Swing, and I'm programming an application with NetBeans' UI designer.
Now I have an JPanel called "editorPanel", and it must be able to display multiple things. (so, sometimes it has ...
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
2answers
47 views
CardLayout panel display error in existing frame
I have designed a frame containing a few controls using the design view in Netbeans 6.9.1. Further, I have added an empty panel in which I am trying to toggle display of a couple of swing components ...
0
votes
0answers
24 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 ...
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 ...
1
vote
1answer
84 views
CardLayout (swing) with action listeners on buttons?
I've been trying to figure out CardLayout with action listeners on button
(so like - starts on a load-up page- and on a button click switches to a different "card"
my code won't even run right now ...
0
votes
0answers
49 views
Problems with KeyListener and CardLayout, only works the first
I've several JPanels with different Key Listeners in the same CardLayout, but when I change the visible panel, the KeyListener of the next doesn't work. I don't know why, because all my panels are ...
1
vote
2answers
64 views
CardLayout, in JFrame or JPanel?
I have to make a game for school and I've been having some trouble with switching JPanels with a click on the JButton. I want to use a CardLayout, but I'm new to Java which makes it very hard. My goal ...
0
votes
1answer
32 views
CardLayout didn't display JPanel
I'm doing a form for a database and I want to use the CardLayout.
I explain the situation : the user have two choices : either he connects to his accoun or either he's new and he need to create an ...
-1
votes
1answer
58 views
ListSelectionListener and CardLayout
I'm creating a program that reads data from a file, displays it on a GUI that has a JList and JButtons. I am trying to write it with CardLayout so the appropriate JPanel can be displayed when an item ...
0
votes
1answer
62 views
CardLayout .show() method not working
Hi I am new enough to Java and I am trying to learn to use card feature in window builder but I am having a problem using the show method. When I click the button it doesn't change to the desired ...
0
votes
1answer
45 views
JPanel won't close after switching cardLayout
I have multiple JPanels in my cardLayout. When I switch to another JPanel it will not close down the previous JPanels and I'm left with many JPanels open at the same time after using the program:
...
0
votes
1answer
27 views
Applet using CardLayout is blank
I have spent so many hours trying to research the problem with my code but I just cannot seem to find it. I have no experience using CardLayout, but based on other instances I feel I have implemented ...
0
votes
0answers
20 views
Multiple MVC: Who knows who?
I work with MVC and CardLayout and use one MVC for the whole Application as well as one MVC for each Panel added to CardLayout.
The question now is, how to connect these multiple MVCs.
So who knows ...
0
votes
1answer
28 views
When to create a Panel for CardLayout?
I use CardLayout with MVC and try to understand, when i should create the Panels used by the CardLayout.
For Example:
A DetailPanel to view and edit the Details of a DataItem is shown, when i ...
0
votes
1answer
66 views
JPanels won't switch in cardLayout
I have created a class with several JPanels and I want to switch between those JPanels using cardLayout. Each Jpanel and cardLayout are their own methods. When I click on any button it should display ...
0
votes
1answer
61 views
CardLayout, switch between JPanels by ButtonClick
I want to switch between JPanels by clicking buttons on the JPanels.
For example:
I have a JPanel sim with a JButton simknop and a JPanel help with JButton helpknop
I want to switch between these 2 ...
0
votes
2answers
40 views
CardLayout: Find out if current Item is first/last in list
I use CardLayout and want to use two Buttons with .next() and .previous() to scroll through the Items. It works great with only one problem: I want to stop scrolling if the current Item is the ...
0
votes
4answers
49 views
CardLayout to close on last card
So I have a JPanel with a CardLayout.
this CardLayout, as expected, manages the switching of panels in the frame.
The switching is done by two buttons: "Back" and "Next".
I want to know if there is a ...
0
votes
0answers
34 views
Change java content pane works only once?
I have tried to make an application with multiple content panes which will have buttons and labels and all the methods I have tried so far only seem to work once. I have only 2 buttons for now and ...
0
votes
1answer
59 views
How do I add JPanels, created by methods, to cardLayout.add();
below is my user class for guiFrames. I want a class that creates several JFrames with methods and pass those methods into cardLayout. The reason for this is each JFrame will be have different buttons ...
3
votes
4answers
154 views
JFrame whose content changes as we click on the different buttons
I am using Java's Swing here to make a UI application. I have a created a JFrame, with some buttons. When I click on this button, I want a new JFrame with some different content at this place. ...
0
votes
1answer
55 views
Forcing a JPanel to repaint after calling the show method of CardLayout
I'm writing a holiday recommendation system for a piece of coursework. The GUI of which uses CardLayout. In the main class a user object is created with default name and access levels defined in it's ...
0
votes
1answer
106 views
Java- CardLayout how to switch cards from the card that is switching
I am trying to get familiar with CardLayout so I am making a mock game menu. This menu should have three buttons, but that layout part is easy.
So, what I want to do is start it with a menu with ...
0
votes
1answer
44 views
Remove component that was added in JPanel
i have card layout that have this JPanel :
CardLayout :
panelEntry
panelRecord
In panelRecord, I add component video capture.
This code is the addition of video capture component:
...
2
votes
2answers
120 views
Display cards of CardLayout in random order?
I want to have a random order for displaying the cards or screens in my CardLayout. I need guidance on how to accomplish this. What is strategy I should use?
I tried using the code below, but it is ...
0
votes
0answers
117 views
Switching between Panels in a single JFrame [Java Games]
I am trying to create a game where the player will be able to click on characters on the screen and initiate a puzzle.
I have created a GameView (displays the characters) and ClickableGames (holds ...
0
votes
1answer
116 views
JButton twice setText to JLabel after JPanel revalidate()
When I click button I want to add one button to panel, which I did, but my program doesn't work like before. This is my program before:
South panel with pink buttons is cardlayout panel. When I ...
1
vote
1answer
77 views
CardLayout doesn't show JButtons when I add static to arraylist with JButtons
I don't know what is wrong, but it's very interesting. I made code with CardLayout and panels. On panel with CardLayout I put JButtons from ArrayList and it is working...
It's looking like this:
...
0
votes
1answer
57 views
validation using card layout
There is a one J Frame in which i have put 2 panels & the Card layout is given to the both panels
by image J Frame having 2 panels one is
panel pane >>Where i an going to call panel1, panel2, ...
0
votes
0answers
55 views
NullPointerException when using CardLayout
This question has been asked a few times on here but none were appropriately answered, so I will ask it.
I have a class that I am using to switch between JPanels using CardLayout. This class is ...
0
votes
0answers
98 views
validating controls by calling JFrame
There is a one JFrame in which i have put 2 panels & the Card layout is given to the both panels
by image JFrame having 2 panels one is
panel pane >>Where i'm going to call panel1, panel2, ...
1
vote
1answer
86 views
CardLayout not switching panels when called next()
This is a sample demo program that I got from Oracle's Java Tutorial website. Originally the method itemStateChanged() was implemented like this:
public void itemStateChanged(ItemEvent evt) {
...
2
votes
1answer
149 views
Changing Panels using the Card layout [closed]
Hi Im sorry if this has already been posted but I looked hard and found other codes that I could not understand very well. I am new to java programming and would like someone to point me in the right ...
0
votes
1answer
49 views
How to use 2 panels in applet?
I am trying to work out how to navigate across multiple panels in swing. I would like to do this by using the CardLayout as opposed to using glass panels as from what I have read it seems that this is ...
0
votes
1answer
44 views
displaying next card from a card itself in CardLayout [duplicate]
Possible Duplicate:
Parent container/panel for a CardLayout
How to display card panel from a card panel itself(whose layout is not CardLayout, but which is contained in a panel having ...
0
votes
1answer
75 views
Parent container/panel for a CardLayout
How I can get the 'container' panel for any panel in CardLayout.
That is, if a panel is a card
in another 'container' panel, then how to get reference to this 'container' panel, from the card?
...
0
votes
2answers
151 views
How do I pass data between cards in Java CardLayout
I am new to working with Java GUI, I know this may sound ridiculous but I have been trying for days to pass data between cards on the CardLayout layout. I am using netbeans, the first card displays a ...
0
votes
1answer
146 views
CardLayout + Concurrency
I'm quite new to SWING and after some tests I decided to go with CardLayout for a very simple program: I have 3 cards (one for login, one for adding data and another to display it).
The problem is ...
2
votes
1answer
131 views
Displaying multiple JLabels on the same frame
JFrame frame = new JFrame("Picture");
frame.setDefaultCloseOperation (JFrame.EXIT_ON_CLOSE);
display = new JPanel();
if(event.getSource().equals(birthday)){
background = new ...
0
votes
3answers
106 views
Dynamically updating CardLayout not working
My code uses Card Layout to display (predefined) JPanels with JButtons to the user, and then show a dynamically generated JPanel with feedback on their response, before proceeding to the next ...
-1
votes
2answers
362 views
Card Layout get the current card string
i'm using cardlayout in application and want to get the name of the current active card
i tried many methods but with no mean, for example this method seems to be no longer exists
...
2
votes
3answers
106 views
Working with many jFrames
When I start my program I create the MainFrame. When I click on the button "search", I show another JFrame.
If it obtains results on the search, the goal is to fill the information in MainFrame.
It's ...
-2
votes
1answer
326 views
multiple actions off one key press in java [closed]
I am trying to create a simple login system and i want the user to be able to proceed to the next part when they hit the enter button, and ive managed to get it working on the registration part, so ...
0
votes
2answers
128 views
I can't change card in cardLayout using JTree listener
I have problem with changing card in CardLayout. I have a JPanel with CardLayout as layout, and other JPanel which contains JPanel with JTree (in other classs). I want to add TreeSelectionListener. If ...
-1
votes
1answer
272 views
Using CardLayout in Netbeans [closed]
getContentPane().setLayout(new CardLayout());
CardLayout x = (CardLayout) getLayout();
I'm using Netbeans and in Design manager I chosed my JFrame contents as CardLayout. However I cannot make it ...
2
votes
0answers
125 views
Card Layout refreshing/updating cards
I have a jFrame witch contains displayPanel and buttonPanel.
In the button pannel, there are 2 buttons (button1, button2).
When i press button1 - a new panel (card1) shows in the displayPanel. Card1 ...






