PDA

View Full Version : Multiple JPanes


Java
07-19-2009, 04:44 PM
Okay so I have a screen with a toolbar on the top (BorderLayout.NORTH) with about 5 buttons. What I want to do is be able to switch back and forth between JPanels with each button click. so each time I click one of the buttons a new JPanel appears in BorderLayout.CENTER. Right now what I have is...