BakeoutController-Basic  0.1
A Controller for the Omicron vacuum chamber
UserInterfaceLauncher.java
1 package ui;
2 
3 import javafx.stage.Stage;
4 
8 public interface UserInterfaceLauncher {
14  void start(Stage stage) throws Exception;
15 
23  void launchWithDefaultStage(String[] commandLineArguments);
24 }
void launchWithDefaultStage(String[] commandLineArguments)
void start(Stage stage)
Git Repo