Class ApplicationFx
- java.lang.Object
-
- javafx.application.Application
-
- de.fraunhofer.iosb.ilt.configurableexample.ApplicationFx
-
public class ApplicationFx extends javafx.application.Application- Author:
- hylke
-
-
Constructor Summary
Constructors Constructor Description ApplicationFx()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)voidstart(javafx.stage.Stage stage)
-
-
-
Method Detail
-
start
public void start(javafx.stage.Stage stage) throws IOException- Specified by:
startin classjavafx.application.Application- Throws:
IOException
-
main
public static void main(String[] args)
- Parameters:
args- the command line arguments
-
-