also Java Swing tutorial or check out SWT if you prefer faster and more native looking UI
oykuo
2009-07-05 09:53:51
also Java Swing tutorial or check out SWT if you prefer faster and more native looking UI
For the database communication you're going to need a JDBC driver for MySql.
Check out the official Sun JDBC tutorial for details on how to use this to access your database.
Why don't you just use the MySQL tools directly or any Javabased database viewer? If it is only for you you will save quite a bit of time.
DBvisualizer has worked well for me.