Nitro.
The answer is Swing.
For what you are doing Java and Swing is the best choice. Used right JTable does not have any performance issues; glazedlist is something you can look into if you want a more advanced table ui.
For an example of a nice fast crossplatform Swing application:
http://www.jetbrains.com/idea/nextversion/free_java_ide.html
Which incidentally also is the best Java IDE around.
The answer is Swing.
For what you are doing Java and Swing is the best choice. Used right JTable does not have any performance issues; glazedlist is something you can look into if you want a more advanced table ui.
For an example of a nice fast crossplatform Swing application:
http://www.jetbrains.com/idea/nextversion/free_java_ide.html
Which incidentally also is the best Java IDE around.