any body who knows how to store image from ajav to mysql, and how to use the JList and JTable,.,..
JAVA hElp
I can't answer your question about the mysql-stuff.
But using JTables and JLists isn't that difficult. There are pretty good tutorials at the sun-website about it:
http://java.sun.com/docs/books/tutorial/uiswing/components/list.html
http://java.sun.com/docs/books/tutorial/uiswing/components/table.html
They are understandable, although you already need some knowledge of java. There are also some code-samples in those tutorials which are very handy.
But using JTables and JLists isn't that difficult. There are pretty good tutorials at the sun-website about it:
http://java.sun.com/docs/books/tutorial/uiswing/components/list.html
http://java.sun.com/docs/books/tutorial/uiswing/components/table.html
They are understandable, although you already need some knowledge of java. There are also some code-samples in those tutorials which are very handy.
