cardlayout
Can't establish absolute dimensions and positioning for JPanel in CardLayout and their associated components in Netbeans 7
I have a few JPanels stacked under a mainPanel via CardLayout under Netbeans 7.Now for some weird reason I can\'t get any of these JPanels to maintain a setPreferredSize of [600,400] and most annoying[详细]
2023-04-13 06:32 分类:问答How can I solve delay in showing count down timer(JLabel) in Swing JPanel
I\'ve implemented a count down timer(in function) which updates a label in swing panel every second this is the code:[详细]
2023-04-12 18:05 分类:问答Change Panel size on button click
I have the following code: package in.res.num.tapb.ui; import java.awt.BorderLayout; import java.awt.CardLayout;[详细]
2023-03-28 05:43 分类:问答Java CardLayout Show Problem
Ok me again i need help. For some reason when i click a button the button dissapears but not the panel[详细]
2023-03-27 15:54 分类:问答Java CardLayout Main Menu Problem
Ok so im working on this game in ja开发者_运维问答va called 8 bit chimera. Im working on the main menu right now but when im using the card layout the window wont open for some reason. Here is some co[详细]
2023-03-23 23:29 分类:问答Design Issue: MVC model with Java CardLayout application
Sorry for the vague title, I am trying to layout an application i have unfortunately starting coding without following proper MVC architecture rules. I have an application that has the following struc[详细]
2023-03-22 10:49 分类:问答CardLayout get the selected card's name
How can I get the string identifier of开发者_如何学C the selected panel in card layout.The CardLayout does not know what the currently selected panel is.[详细]
2023-03-16 02:13 分类:问答how to change UI depending on combo box selection
In dialog I need to display one group of controls if some combo is checked and another group of controls othe开发者_Python百科rwise.[详细]
2023-03-14 07:35 分类:问答Get focus on a JTextField inside a CardLayout
I have a JTextField inside a JPanel A which is a part of CardLayou开发者_C百科t. When this A gets shown, I want to set the focus automatically to the JTextField (i.e. the cursor is flashing in the tex[详细]
2023-03-07 16:40 分类:问答Check if a card with a name is present in a CardLayout
I have a CardLayout in which I add cards only as needed. So, when the need arises to show a particular card (identifed by its name), I need a way to check if a card with that name is already present,[详细]
2023-03-06 12:23 分类:问答