プロジェクト

全般

プロフィール

統計
| ブランチ: | リビジョン:

# 日付 作成者 コメント
d3e9fb9a 2020/06/14 09:45 高橋 徹

Add tool to generate random spectrum data file

e268e7e2 2020/05/15 19:29 高橋 徹

Add implementation of all behaviors without help

37446fc4 2020/05/14 22:38 高橋 徹

Implement static behavior of UI

138d6c03 2020/05/12 22:33 高橋 徹

Add UI layout with resource bundle and css, and logging

d6eefca2 2020/05/10 23:04 高橋 徹

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.
c40afdfd 2020/05/10 15:16 高橋 徹

Add simple main JavaFX class and JPMS module declaration

- deleted main class and main test class generated by gradle init.

30052ffa 2020/05/10 13:45 高橋 徹

Initail project files

Gradle init generates directories and files.
Then modified .gitignore and .gitattributes for IntelliJ IDEA projects.
Launch IntelliJ IDEA to generate idea files.