Class Launcher

java.lang.Object
com.atmbanksimulator.Launcher

public class Launcher extends Object

ATM Simulator - Launcher

The Launcher class provides an entry point for launching the JavaFX application. It's responsible for launching the application, allowing Main to focus solely on MVC setup without acting as the entry point.

Version:
3.0
Author:
D'Souza, C. J.
  • Constructor Details

    • Launcher

      public Launcher()
  • Method Details

    • main

      public static void main(String[] args)