Please forgive me as i am really really new to this. I created a Japplet, and my init wokrs fine, sets my jpanels into the right places in my container, etc.
However, I have a button on the bottom that when the user presses it, i want to change a jpanel on in my applet. basically i am using a border layout, and i want the center panel to change to another panel when a certain button is pressed. i thought about card layout, but i didn't think you could jump to a specific card w/o going through the order. is there a way to do what i need? am i explaining myself well enough?
However, I have a button on the bottom that when the user presses it, i want to change a jpanel on in my applet. basically i am using a border layout, and i want the center panel to change to another panel when a certain button is pressed. i thought about card layout, but i didn't think you could jump to a specific card w/o going through the order. is there a way to do what i need? am i explaining myself well enough?