¡@

Home 

java Programming Glossary: startscreen

CardLayout in Java change by action in one of the 'cards'

http://stackoverflow.com/questions/12058439/cardlayout-in-java-change-by-action-in-one-of-the-cards

to solve but the twist comes with this My main JFrame my StartScreen and my JPanel where the game takes place are all in separate.. VirusGamePanel.java is where the game takes place. My file StartScreen.java is the screen with the button. I want to change 'cards'.. when the player clicks the button. How can I do this My StartScreen.java file package virus import javax.swing.JPanel import java.awt.event.ActionListener..