Hi all, I'm currently trying to implement a Swing/GUI that could be regarded as a RDF editor.
For each property , I can add/remove one ore more widgets storing the values (JTextField, JScrollPane+JTextArea, JCombo, etc.... ).
I've been trying to use the GridBagLayout to put the Components in place but I can get any good result. Any suggestion about how I should use the GridBagLayout for this design ? Or should I use another LayoutManager ?
Thanks,
Pierre