Klasse Launcher
java.lang.Object
com.currencycalc.currencycalculatorjavafx.Launcher
A simple launcher class for the Currency Calculator application.
This class serves as an entry point for environments where the main class
defined in a modular JavaFX project (e.g.,
App
) cannot be launched directly.
This workaround is often necessary to handle JavaFX module configurations or
IDE-specific limitations.- Version:
- 1.0.0
- Autor:
- Tim Platzer
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
Launcher
public Launcher()
-
-
Methodendetails
-
main
The main method that starts the application. It delegates the launch process to theApp.main(String[])
method.- Parameter:
args
- Command-line arguments passed to the application (not used).
-