Lab Central
References
- SpringBoot
- JavaFX
- springboot-javafx-support
- MaterialFX
- maven-jpackage-template
Introduction
- I'm a medical student, not major programmer
- I just want to build a little software for myself and practice coding
Goals
- Build nice, small cross-platform JavaFX desktop app.
Requirements
- Java 18 or latest.
- Use an SDK that has JavaFX bundled:
Run
mvn javafx:run
# or
mvn spring-boot:run
Package
some interface:
SplashView
CalculatorView
SciView
TextToImageView
InstallView
AboutView
UpdateView
ToDo
- about packing and delivering
-[x] use maven to package dmg
-[x] use maven to package msi or exe
-[ ] add pdf viewer
-[ ] implement all functions