Hello, JAVA community.
I am currently working on developing a system (Hotel Reservation System) as academic work.
I am using Netbean IDE 6.7 and MySQL or MS SQL as development tools. I am quite amateur with the use of Netbean, I also find that manual coding is very tedious. So, I hope I could find some helps or at least some good guides here.
My questions are as followed:
-------------------------------------
I have created multiple frames as each of them is designated for different functions. Say between the 2 Jframe i have now namely JFrame01 and JFrame02,
- I need to know how do I open JFrame02 from JFrame01 using button
- disable only JFrame01 or make invisible to JFrame01
- close JFrame02 and open and enable JFrame01
I may add more questions in this thread in the future.