I am quiet new to using NetBeans IDE. I have created a file menu. When the user selects an option from the menu, a window should open,or a form should be loaded. So as far as i have figured out, the event needs to be handled by a mouseClick method. Within this method i have to code in a way, so that, it opens the Window the option refers to. May be what i am trying to say is sounding extremely ambiguous but I'll try giving an example.
suppose the file menu has an option create new a/c... so when the user clicks on that option.. it should load a form where the user has to enter his/her personal details.
i cannot understand how to load that form. It would be very helpful if someone could help me with the code or syntax or refer some online tutorials,books. Any sort of help is welcome.
Thank you,
Sreya.