Package de.gsi.chart.samples
Class FxmlSample
- java.lang.Object
-
- javafx.application.Application
-
- de.gsi.chart.samples.FxmlSample
-
- All Implemented Interfaces:
javafx.fxml.Initializable
public class FxmlSample extends javafx.application.Application implements javafx.fxml.InitializableExample on how to use chart-fx from fxml.- Author:
- Alexander Krimm
-
-
Constructor Summary
Constructors Constructor Description FxmlSample()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize(java.net.URL location, java.util.ResourceBundle resources)static voidmain(java.lang.String[] args)voidstart(javafx.stage.Stage stage)
-
-
-
Method Detail
-
start
public void start(javafx.stage.Stage stage)
- Specified by:
startin classjavafx.application.Application
-
initialize
public void initialize(java.net.URL location, java.util.ResourceBundle resources)- Specified by:
initializein interfacejavafx.fxml.Initializable
-
main
public static void main(java.lang.String[] args)
- Parameters:
args- the command line arguments
-
-