Tag Archives: add

Adding a Project to SVN in Eclipse

This happens to me a lot. I’ll be working away on some test application in Eclipse, and after a bit of tinkering I’ll realize that the code is actually good enough to commit into the repo. So what do you do? Well back when I didn’t know anything about Subclipse, I’d actually checkout the repo [...]

Posted in Eclipse, Tech | Also tagged , , , | Leave a comment

Changing the Size of JTables

After linking up your JTable with a database through JDBC (see previous post here), you might find the need to add and remove rows to your table through the application GUI. This can actually be done with relative ease.

Posted in Java, Tech | Also tagged , , , , | Leave a comment