Hello, is it possible to make only 1 jframe contains many items (button, radio, etc.) and when i press next button, the contains of jframe changing? It is like WIndows appliciation installer, just next-next-next.
Until now, I create new jframe and link to another jframe bu new framename().setVisible(true). So, there is so many jframes in my single project. Anybody can give me suggestion?
I wanna create application such as encyclopedia (or like Ubiquity in Linux if you know ). Thank you...