Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any alternative to JTable, that is free and better?

Tags:

java

swing

jtable

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).

like image 409
user85748 Avatar asked Apr 14 '09 20:04

user85748


1 Answers

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.

like image 156
Michael Myers Avatar answered Oct 23 '22 01:10

Michael Myers