-
JTable row highlighting and Decorator design pattern
I’ve been looking a moment to find how add row highlighting on JTables. To modify the behaviour of the cell rendering, you’ll have to set a new CellRenderer to JTable for each data types you want to show in the table. The way I use is…
-
Swing or SWT
When programming GUI with Java, the question of the choice between Swing and SWT . My personal choice is Swing, first af all because I use it for a while. For example, I worked on a simple application in 2003 to created thumbnails images for original (a web photo gallery) written…