wiverson / maven-jpackage-template

Sample project illustrating building nice, small cross-platform JavaFX or Swing desktop apps with native installers while still using the standard Maven dependency system.
Apache License 2.0
346 stars 53 forks source link

Refactor/cleanup sample code #13

Closed wiverson closed 3 years ago

wiverson commented 3 years ago

Change the sample code for the template app to a very simple to do list.

Move the integrations to a very simple plugin model, to make it easy to add/remove. Also make them not so hacky, but rather illustrate a better/cleaner approach.

wiverson commented 3 years ago

Cleaned up enough for now. Refactored into a very basic plugin system. Changed package to changenode. Added a light/dark toggle.