I need a table that displays properties and allows me to change their values. Similar to the Netbeans property windows for the GUI editor. Does anyone know any existing classes or libraries. I would not want to reinvent the wheel on this.
Edit:
Something like this that allows you to use delimiters in different groups, JCombos and JButtons.
thank
I would recommend JTable and the grid layout manager.
NetBeans - PropertySheetView ( ) NetBeans (PropertySheetView JavaDoc). Swing, NetBeans jar ( ).
JTable Grid , .
JTable ; .
JIDE Soft , - OpenSource, , , .
l2prof-common PropertySheetPanel. , API , ,
http://www.l2fprod.com/common/
; JAR, http://www.astrogrid.org/maven/l2fprod/jars/
, ,
Have com.l2fprod.common.propertysheet.PropertySheetPanel
I would recommend taking a look at SwingX JXTreeTable. I used it in an application to create a very similar look.
JXTreeTable
An example screenshot that I found on the Internet ( here ) to illustrate this