hello everyone,
I am supposed to create an application which connects database named 'student' in mysql storing student's record & marks; with NetBeans IDE & work out & display the record & marks as per user's choice in java windows. For this, I'm required to use total of 8 frames alongwith many buttons & other swing controls. The details are in the attached images...
scan0003.jpgscan0001.jpgscan0002.jpg
Upon clicking Ok button in Frame1 (considered password entered is valid), Frame1 hides & Frame2 should open up.
When user clicks any of the buttons in Frame2 on either StudentRecord panel or StudentMarks panel, then accordingly Frames3,4,5,6,7 & 8 should be opened.
Somebody plz help me in linking all the frames together..
Thank you.