Search in sources :

Example 1 with FontViewComposite

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();
}
Also used : FontViewComposite(com.kyj.fx.voeditor.visual.component.font.FontViewComposite) Scene(javafx.scene.Scene)

Aggregations

FontViewComposite (com.kyj.fx.voeditor.visual.component.font.FontViewComposite)1 Scene (javafx.scene.Scene)1