BakeoutController-Basic  0.1
A Controller for the Omicron vacuum chamber
Static Public Member Functions | List of all members
main.Main Class Reference

Static Public Member Functions

static void main (String[] args)
 

Detailed Description

The main runner for the application

Definition at line 13 of file Main.java.

Member Function Documentation

static void main.Main.main ( String[]  args)
static

The main entry point for the application. Boot the kernel and the UI

Parameters
argsThe arguments with which the application jar was opened

Definition at line 33 of file Main.java.

33  {
34  log.info("Started Logger");
35  UserInterfaceLauncher launcher =
36  new JavaFXGraphicalUserInterfaceLauncher(context);
37  launcher.launchWithDefaultStage(args);
38  }

The documentation for this class was generated from the following file:
Git Repo