How to update a JFrame
807599Nov 26 2006 — edited Nov 26 2006I have a JFrame called UserInterface that has a JPanel called LoginButtonPanel added to it. In the LoginButtonPanel I have a JButton that when clicked it should add another class called UserLogin that extends JPanel to the UserInterface JFrame. I'm not really sure on how to do this and I'm really new to GUI code so if you could dumb down any advice I would greatly appreciate it.