I am trying to build a small application to help the voting system for contests at
ROMANIAN HAIKU, a yahoo group dedicated to Japanese short-poem writers that I have recently joined.
I am planning to develop two versions of the application, at first using Swing, and then ADF UI components, in order to be able to compare them and draw some useful conclusions. (I already feel that the central point might be the fact that most of the Swing API is not thread safe.)
I hope this task I have set for myself to result in an article that I will publish here, dedicated to a friend that I have recently disappointed in a discussion over Swing. (Please forgive me...)
As a starting point I shall use this example of displaying and editing table data with JTable:
http://download.oracle.com/javase/tutorial/uiswing/components/table.html
Happy programming!