Package net.officefloor.maven.woof
Class Viewer
- java.lang.Object
-
- javafx.application.Application
-
- net.officefloor.maven.woof.Viewer
-
public class Viewer extends javafx.application.Application
Viewer of the configuration.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description Viewer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Launches this application.void
start(javafx.stage.Stage stage)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
Launches this application.- Parameters:
args
- Arguments.- Throws:
java.lang.Exception
- If fails to launch.
-
start
public void start(javafx.stage.Stage stage) throws java.lang.Exception
- Specified by:
start
in classjavafx.application.Application
- Throws:
java.lang.Exception
-
-