JavaFX 11+ Maven Tutorial
Channel:
Subscribers:
9,540
Published on ● Video Link: https://www.youtube.com/watch?v=r_tdK8zWr_w
A quick tutorial to get JavaFX 11 in your projects using IntelliJ and Maven.
If you don't want to run "mvn compile exec:java", you can create a Launcher class. Create FXAppLauncher with the main method: public static void main(String[] args) that calls FXApp.main(args). Then IDE should be happy to run JavaFX 11+ without complaining about the runtime.
JavaFX 11 Cross-platform deployment: https://www.youtube.com/watch?v=w_PsCNqqcE4
Link: https://github.com/AlmasB/JavaFX11-example
Twitter: https://twitter.com/AlmasBaim
Other Videos By Almas Baim (AlmasB)
2019-01-27 | JavaFX Software: Quiz App (MVC, JSON Serialization) |
2019-01-20 | RPG Game Basics |
2019-01-17 | Maze 3D Game Demo |
2019-01-13 | JavaFX 3D Basics: Snake Game |
2018-12-15 | Java: Software Development Workflow |
2018-12-02 | FXGL 11 Intro Demo |
2018-11-25 | JavaFX UI: Animations and Interpolators |
2018-11-11 | Introduction to Functional Programming (Stream API) in Java 8+ |
2018-10-27 | Design Patterns: Visitor |
2018-10-16 | JavaFX 11+ Cross-platform Deployment |
2018-10-10 | JavaFX 11+ Maven Tutorial |
2018-09-22 | Java: Common Intermediate-level Mistakes |
2018-08-26 | JavaFX Software: Weather App (MVC, Multithreading) |
2018-07-28 | FXGL Full Game Tutorial: Dodger |
2018-07-21 | JavaFX Game: Space Invaders (for Beginners) |
2018-07-12 | Zephyria RPG: Combat Mechanics |
2018-07-04 | FXGL 0.5.3 Changelog |
2018-07-02 | FXGL Demo: Particle Effects in Menu |
2018-06-14 | FXGL: Space Invaders - Some Story, New Levels and Bosses |
2018-06-10 | Java: Encryption for Beginners |
2018-06-01 | FXGL: Space Runner Demo |
Tags:
java
java programming tutorial
java game tutorial
game tutorial for beginners
java for beginners
very simple game tutorial
javafx game tutorial
javafx
javafx tutorial
javafx game development
java game development
FXGL
javafx game engine
javafx game framework
javafx game library
javafx 11 example
javafx 11
javafx 11 tutorial
javafx 11 maven