i wan to let a frame to show the information queried by another frame...how can i do that... a frame already has all the information queried from database(SQL) but i dont know how to let that information appeared in another frame in netbeans
another problem is that i cant change built-in methods in netbeans to private.
public static void main(String args[]) {
/* Set the Nimbus look and feel */
Home().Dept_Progam();
Dept_Program() is the frame i want to use to dislay information in Home() frame
Home () contains frame and database query.