Questions tagged [contentpane]
92 questions
-1
votes
1 answer
JFrame and Container
im really stuck, i have to define the container object by associating it with the JFrame in order to get my JFrame working with all its components.
my code is follows:
// get content pane for attaching GUI components
Container contentPane =…

Sean Collins
- 25
- 1
- 8
-2
votes
1 answer
JPanel does not appear when i try to add it to ContentPane
I'm having a problem trying to change JPanels by using buttons. I have a JFrame with 2 panels, 1 of them is for the buttons, which i want them to always be showed. The other one is the one that i will be switching everytime i press one ot the…

user3726782
- 3
- 2