BakeoutController  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) throws Exception
 

Detailed Description

The main runner for the application

Definition at line 9 of file Main.java.

Member Function Documentation

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

Launch the UI

Parameters
argsThe launch arguments
Exceptions
Exceptionif an exception is thrown

Definition at line 15 of file Main.java.

15  {
16  Application.launch(UserInterfaceLauncher.class, args);
17  }

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