hi i am new to programming and learning
java and my first language is not English to hope you can understand my problem
i am working on human resource Management system
i have 6 forms which contain different information from database now i am making menu screen i have added menu bar and in the menu bar items are Departments, hr Units , Employees and so on
now i want is when user select departments it hide the menu screen and display display form i am able to do this successfully now i want to go back to previous menu screen when user close the department window
i am using netbeans so it is not allowing me to change the INITCOmponents function used in the forms constructor to change it
so please help me how to do this .