Well im using NetBeans and i wanna change the current viewed jframe from one called DotFightUI to one called Game.
Anybody can help me?
Im pretty new to java and trying to make a game work :(happy):
Printable View
Well im using NetBeans and i wanna change the current viewed jframe from one called DotFightUI to one called Game.
Anybody can help me?
Im pretty new to java and trying to make a game work :(happy):
setVisible(false) for one and true for the other
Or use just one frame with a CardLayout.
db