bitcoinj/wallettemplate
Sean Gilligan 17aeea2d75 walletfx: move OverlayUI from Main to MainController
Move OverlayUI and other related functionality from Main (Application) class
to MainController.

Motivation:

1. This simplifies the Main class
2. The code more logically belongs in the controller
3. The code being in the controller increases reusability
4. Is a first step towards additional refactoring made possible
   because MainController can subclass an abstract class and Main
   can’t because it must subclass Application
2021-09-19 19:04:12 +02:00
..
src/main walletfx: move OverlayUI from Main to MainController 2021-09-19 19:04:12 +02:00
build.gradle build.gradle: Update JavaFX to 17.0.0.1. 2021-09-17 17:33:53 +02:00