-
Notifications
You must be signed in to change notification settings - Fork 0
Home
trashgod edited this page Jan 16, 2023
·
6 revisions
One goal of this project was to examine the consequences of hosting multiple, stand-alone applications within a single, dashboard-style application. An experienced designer would reasonably observe that careless use of such an approach could undermine separation of concerns, as a JavaFX Application
should follow strict lifecycle rules. For convenience while integrating, a class that implements Modular
may extend Application
, but it is not required to do so.