Class ExtractorGui
- java.lang.Object
-
- javafx.application.Application
-
- de.fraunhofer.iosb.ilt.frostserver.modelextractor.ExtractorGui
-
public class ExtractorGui extends javafx.application.Application
-
-
Constructor Summary
Constructors Constructor Description ExtractorGui()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)The main() method is ignored in correctly deployed JavaFX application.voidstart(javafx.stage.Stage stage)
-
-
-
Method Detail
-
start
public void start(javafx.stage.Stage stage) throws Exception- Specified by:
startin classjavafx.application.Application- Throws:
Exception
-
main
public static void main(String[] args)
The main() method is ignored in correctly deployed JavaFX application. main() serves only as fallback in case the application can not be launched through deployment artifacts, e.g., in IDEs with limited FX support. NetBeans ignores main().- Parameters:
args- the command line arguments
-
-