プロジェクト

全般

プロフィール

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

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

Add descriptions for build, run, additional tool to README

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

f106868b 2020/05/14 22:40 高橋 徹

Add Readme.md initial

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.
ab6f64b6 2020/05/10 20:53 高橋 徹

Create LICENSE

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.

c6ae6fce 2020/05/10 14:57 高橋 徹

Modify build settings to use Liberica JDK 14 full and JUnit5 on local

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.