I am moving a msaccess db application to java swing.
I have setup the main class and the main frame (using netbeans 5.5 beta) and I need to design the interface, which will take the place of the forms which served as the databases processing center.
I have half a dozen forms to translate to swing.
question: should they be internal frames, separate class files, new frames?
I have the menu setup and on the action of clicking a menu option, I will need each frame / panel to come up. I will have a close button which will close, kill, destroy the panel / frame that was up.
Any suggestions? Anybody ever done this before?
I will still use access as a container for the information; but will no longer use the VBA as the programming environment? So, using JDBC, I will need to connect to the database, read the tables / queries in, and then process them.
David Pimental
(US, Oh)
I have setup the main class and the main frame (using netbeans 5.5 beta) and I need to design the interface, which will take the place of the forms which served as the databases processing center.
I have half a dozen forms to translate to swing.
question: should they be internal frames, separate class files, new frames?
I have the menu setup and on the action of clicking a menu option, I will need each frame / panel to come up. I will have a close button which will close, kill, destroy the panel / frame that was up.
Any suggestions? Anybody ever done this before?
I will still use access as a container for the information; but will no longer use the VBA as the programming environment? So, using JDBC, I will need to connect to the database, read the tables / queries in, and then process them.
David Pimental
(US, Oh)