5 | | Most of the GUI forms (Swing frames, dialogs, panels, etc.) have been created with [https://netbeans.org/ NetBeans], which is why you will see `.form` files in the source next to the Java classes. By far the easiest way of editing these forms visually is to actually use !NetBeans, which is a very good IDE with good Maven support and an excellent visual designer (one of the few which supports the !GroupLayout). |
| 5 | Most of the GUI forms (Swing frames, dialogs, panels, etc.) have been created with [https://netbeans.apache.org/ NetBeans], which is why you will see `.form` files in the source next to the Java classes. By far the easiest way of editing these forms visually is to actually use !NetBeans, which is a very good IDE with good Maven support and an excellent visual designer (one of the few which supports the !GroupLayout). |