use of com.kyj.fx.voeditor.visual.component.nrch.realtime.NrchRealtimeSrchFlowComposite in project Gargoyle by callakrsos.
the class NrchRealtimeSearchExam method start.
/*
* (non-Javadoc)
*
* @see javafx.application.Application#start(javafx.stage.Stage)
*/
@Override
public void start(Stage primaryStage) throws Exception {
NrchRealtimeSrchFlowComposite root = new NrchRealtimeSrchFlowComposite();
primaryStage.setScene(new Scene(root.getParent(), 1200, 800));
primaryStage.show();
}
Aggregations