Can’t find a good way to focus the cell of JTable

Today,I studied one technology, use Java to implement print.I found java’s print function is not good,according to some articles.Though there are Java API can be used to implement the print function. and I tried to use cell of JTable to call the pictures or Text,but I failed. The thing is : If I click one [...]

Database Synchronization problem

I have finished some GUI design of PC client, and built the connection to the MySql database. By the GUI, I can create,modify,and delete the table of the database. The table of MySql database is used to save the oder information. But there is one problem: I can’t make the data of GUI table(JTable) synchronized [...]