- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
sorting column in scala.swing.Table
Thu, 2011-12-08, 19:03
how to do this ?
using the peer JTable in scala.swing.Table doesn't run for me. The rows
don't move
Using directly JTable in Java with setAutoCreateRowSorter(true) runs
correctly as shown in this example from Oracle :
http://docs.oracle.com/javase/tutorial/displayCode.html?code=http://docs...