I am working on this Desktop Application that has several menu options. When the user clicks on one of the options another window has to appear and so I wrote another JFrame class with necessay functionality.
So when the menu option is selected I instantiate the JFrame class and set it visible. How do I make
a) this JFrame modal - I mean the actual application has to accessed through this JFrame only(either by hitting the 'continue' button on this JFrame or by hitting the 'cancel'
button)
b) also I do not want the minimize,maximize,close button to show up on this JFrame.
My knowledge is limited would you suggest any books or links online that can help me make good decisions in future in such a situations.
I really do appreciate your help
In general if you want to find a tutorial about X then your google keywords should be "x tutorial" or "java x tutorial". In general read Sun tutorials in preference to others, but don't disregard the others either.
And then we all jump out and yell "surprise! we got you this tiny ad!"