java.lang.Object
com.currencycalc.currencycalculatorjavafx.Launcher

public class Launcher extends Object
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
  • Konstruktordetails

    • Launcher

      public Launcher()
  • Methodendetails

    • main

      public static void main(String[] args)
      The main method that starts the application. It delegates the launch process to the App.main(String[]) method.
      Parameter:
      args - Command-line arguments passed to the application (not used).