8

Looking for a free and better alternative to JTable. Found quite a few good ones, but they aren't free.

To begin with, I want to be able to select cells diagonally (apart from horizontally and vertically).

Michael Myers
  • 188,989
  • 46
  • 291
  • 292
user85748
  • 1,213
  • 3
  • 14
  • 21

2 Answers2

5

JXTable (from SwingLabs) has several nice features (Column Control, Toggle Column Visibility, Highlighting Rows, Sorting Rows, Filtering Rows, Horizontal Scroll Control, and Resizing Columns), and it is free.

But it's hard to say definitely that you'll like it when you don't say what features you're looking for.

Michael Myers
  • 188,989
  • 46
  • 291
  • 292
  • To begin with, I want to be able to select cells diagonally (apart from horizontally and vertically) – user85748 Apr 14 '09 at 21:03
  • Please add any relevant requirements to your question. Thanks! – Michael Myers Apr 14 '09 at 21:05
  • 1
    The links given no longer work. I also question whether SwingLabs or SwingX are still maintained per this question: http://stackoverflow.com/questions/6818528/what-is-the-status-of-swinglabs-swingx-post-acquisition with answers that point to releases that are 3-4 years old as of May 2015. – Jason May 25 '15 at 21:47
0

Check out QuickTable: http://quicktable.org/

Kachwahed
  • 542
  • 7
  • 17
  • QuickTable is great when using sql db. It's now open source :D http://java.net/projects/quicktable – krtek Aug 10 '12 at 17:25