プロジェクト

全般

プロフィール

« | » 

リビジョン d6eefca2

高徹 高橋 徹 さんが5年以上前に追加

Add FXML file to define UI and view controller class

  • Add FXML file with LineChart control.
  • Application class loads FXML file and set it to the scene graph.
  • Add view controller class for FXML.

差分を表示:

src/main/java/module-info.java
module com.torutk.spectrum {
requires javafx.graphics;
opens com.torutk.spectrum.view to javafx.graphics;
requires javafx.controls;
requires javafx.fxml;
opens com.torutk.spectrum.view to javafx.graphics, javafx.fxml;
}

他の形式にエクスポート: Unified diff