(Automatically exported from code.google.com/p/fx-comparer)
FXComparer is an application which lets the user select two archives and compare them either by selecting the archive using a "file-chooser" or by "drag & drop" a file into the application. The result of the compare is presented in an easy to read table and instant feedback of the differences in the archives are presented for the users.
There are some blog-post connected to FXComparer which describes some steps of the development of the application.
- Defining the project, setup using Eclipse and Maven.
- Building the UI using FXML and JavaFX Sceen Builder.
- Handling input and showing results using a TableView.
- Packaging the application.
mvn compile javafx:run
Tested with AdoptOpenJDK-11.0.11+9.