Working with JTables in Intellij GUI designer

Answered

I've seen people who use Eclipse and NetBeans have some sort of GUI designer for JTables. So they can add rows, columns, headers, label them, etc from the GUI designer without writing any code. In the GUI designer of those IDEs, there's a property called "model" which lets the user set the model for the tale.

I'm unable to find such a setting in Intellij. Is there no way to make JTables in Intellij without writing code? I can only add a basic table structure to a JScrollPane in the GUI designer. But how to modify it to what I need?


 

0
1 comment

There is no visual support for editing tables in the UI Designer, and neither is planned.

Consider using third-party plug-ins like JFormDesigner.

0

Please sign in to leave a comment.