Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wimmelstein/mavenfx
JavaFX Maven Starter project. Follow the README.md!
https://github.com/wimmelstein/mavenfx
javafx maven
Last synced: about 2 months ago
JSON representation
JavaFX Maven Starter project. Follow the README.md!
- Host: GitHub
- URL: https://github.com/wimmelstein/mavenfx
- Owner: wimmelstein
- Created: 2021-09-18T10:02:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-06T10:01:58.000Z (about 3 years ago)
- Last Synced: 2024-10-13T18:41:29.154Z (3 months ago)
- Topics: javafx, maven
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 76
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaFX Starter
This project is meant to be a simple starter for JavaFX 17 under Maven.
It's not comprehensive, because it doesn't build to a runnable jar... yet.It is not assumed that you have Maven installed on your own machine,
this project only runs in the Maven tab in IntelliJ (I'm assuming your are using that).Instructions:
1. Fork this project (top right corner, click Fork - This creates a new
repository in your own github account)
2. Clone your new repo
3. One-time-action: move the file src/main/resources/settings.xml to %HOMEPATH%/.m2 (yes with the dot)
4. Open up the Maven tab (on the right side of your screen)
5. Perform: LifeCycle > clean + install
6. Perform: Plugins > javafx > javafx:run
7. Customize to your own needs