Would it be possible to incorporate an fxml GUI instead of hardcoding?
@xenoncoder6377 жыл бұрын
I would like to integrate Javadocs into Eclipse, to have API documentation in tooltips. I use Uber Jar, I hate stealing. I prefer to have the physical jar library and include it by hand. I'm generating Javadoc via the FXGL source. Please let me know about this project, FXGL is the best framework for creating games I've ever tried (I'm 40 years old, and since 1984 I've used various programming languages for my passion).
@jeromster3609 жыл бұрын
in btnStart.setOnAction(event -> startGame()); the startGame(); is not working for me where is the method?
@jeromster3609 жыл бұрын
jeromster360 how can i do this without the FXGL
@AlmasB09 жыл бұрын
jeromster360 Hi, this channel now uses FXGL. It's a gaming library and allows to write simple game applications very easily without worrying about common code. It is built on pure JavaFX, so if you don't want to use FXGL, you can use JavaFX directly. Here's FXGL source for reference: github.com/AlmasB/FXGL/tree/master/src/com/almasb/fxgl If you prefer official Oracle tutorials, the following link is a good place to start: docs.oracle.com/javase/8/javafx/get-started-tutorial/get_start_apps.htm#JFXST804
@jeromster3609 жыл бұрын
Almas B Thanks you so much that was very helpful :D Have a great day!
@GoodGuyOlo2 жыл бұрын
did anyone find an answer to that?
@Xeverless6 жыл бұрын
Do I only need to implements the GameApplication to run this?