maximus
maximus

Reputation: 11534

How to restrict input in a JTable?

I am using in my program an editable JTable. My question is:

How would you restrict the input that is written in the table?

Upvotes: 0

Views: 2168

Answers (1)

GrahamA
GrahamA

Reputation: 5923

You could try using the tutorial "How to Use tables" and review the section titled "Using Other Editors"

Upvotes: 1

Related Questions