Changes between Version 2 and Version 3 of DevelopingWorldPainter
- Timestamp:
- 04/04/18 12:43:50 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopingWorldPainter
v2 v3 1 This page contains some useful information you need to know to work on WorldPainter's source code.1 This page contains some useful information you need to know to work on !WorldPainter's source code. 2 2 3 3 = GUI forms = … … 5 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). 6 6 7 If I ever start accepting pull requests, it will probably be a requirement that any changes to visual forms have been done with NetBeans so that the `.form` files remain in sync with the Java classes. If that is not in your plans then you can of course use any visual designer you like, such as the excellent [https://www.formdev.com/ JFormDesigner], which can importNetBeans forms, or edit the Java classes manually.7 If I ever start accepting pull requests, it will probably be a requirement that any changes to visual forms have been done with !NetBeans so that the `.form` files remain in sync with the Java classes. If that is not in your plans then you can of course use any visual designer you like, such as the excellent [https://www.formdev.com/ JFormDesigner], which can import !NetBeans forms, or edit the Java classes manually. 8 8 9 9 = Coordinate systems =