Package net.officefloor.maven.woof
Class Viewer
- java.lang.Object
-
- javafx.application.Application
-
- net.officefloor.maven.woof.Viewer
-
public class Viewer extends javafx.application.ApplicationViewer 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 voidmain(java.lang.String[] args)Launches this application.voidstart(javafx.stage.Stage stage)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.lang.ExceptionLaunches 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:
startin classjavafx.application.Application- Throws:
java.lang.Exception
-
-