I am creating a library system at the moment using netbeans, i have used the GUI builder to create my main screen, which basically has menu button (file, members, books, loan, help)
I have managed to get the menu items (for example under members it says "add a new member" and i have managed to get it so that when i click it, it takes me to the AddMember GUI i created in the gui builder).
Im really struggling on how to get the button called "view all members" to show all the members in the database...shou ld i create a class that reads the database or can i do it directly from the ActionPerformed function
Many thanks in advanced
I have managed to get the menu items (for example under members it says "add a new member" and i have managed to get it so that when i click it, it takes me to the AddMember GUI i created in the gui builder).
Im really struggling on how to get the button called "view all members" to show all the members in the database...shou ld i create a class that reads the database or can i do it directly from the ActionPerformed function
Many thanks in advanced
Comment