Hezi Schrager
Hezi Schrager

Reputation: 441

How can i build a hierarchical JTable?

I'm trying in my code to build a hierarchical JTable. I'm using the designer of NetBeans.

I want to make the table Hierarchical.

I mean, that user can choose to add a row that will be in lower hierarchy then the upper row.

(This table represents a conditions table.According to the conditions that user provided me, I will build for him an Sql Statement).

Upvotes: 3

Views: 1337

Answers (1)

mKorbel
mKorbel

Reputation: 109823

maybe you are looking for JTreeTable, in Netbeans farms is there Outline, code depots by one Swing Guru here, excelent workaround into SwingX, and some Commercial products

Upvotes: 4

Related Questions