use of com.kyj.fx.voeditor.visual.component.font.FontViewComposite in project Gargoyle by callakrsos.
the class FontViewCompositeExam method start.
/* (non-Javadoc)
* @see javafx.application.Application#start(javafx.stage.Stage)
*/
@Override
public void start(Stage primaryStage) throws Exception {
FontViewComposite fontViewComposite = new FontViewComposite();
primaryStage.setScene(new Scene(fontViewComposite));
primaryStage.show();
}
Aggregations