Cool man! Have tried JAVAFX with Kotlin? What do you think about it?
@avian835423 күн бұрын
Is Kotlin similar to java??
@gorparsyan200627 күн бұрын
Amazing tutorial.
@gerdsfargen668728 күн бұрын
Shaders ..the best .
@DanHowardMtlАй бұрын
Extremely cool! Nice to see you working in this!
@AlmasB0Ай бұрын
Thanks, great to hear from you Dan
@DanHowardMtl29 күн бұрын
@@AlmasB0 Once you formalize it you should propose it to JavaFX proper. This would be an amazing addition.
@gerdsfargen6687Ай бұрын
The FXGL man is back! 😀
@TheKundan11Ай бұрын
Long time no video. Happy to see your work again Almas.
@dafdaffa261Ай бұрын
Bang bagi codenya sih boleh gk di github lu gk ada soalnya
@TheKundan112 ай бұрын
Please keep posting such videos on JavaFX.
@MariaMoore-q8o3 ай бұрын
0271 Bashirian Park
@orlandoreyes8843 ай бұрын
Excellent!! This video helps me a lot.... thanks for sharing code.
@MarkRodriguez-i1o3 ай бұрын
Crist Field
@pmatheus3 ай бұрын
Hey, Almas, how are you? I hope you are well. I have a small problem (not serious, I imagine): Currently, in the step-by-step guide you teach us (very well, by the way), I think IntelliJ acts differently. The thing is: doing everything you say, the error appears when executing the file: Error: JavaFX runtime components were not found. They are required to run this application Nowadays, is it necessary, even using Maven and configuring the pom.xml, to download the JavaFX SDK and configure it in the project? I can run the project if I add the "javafx-maven-plugin" to the pom.xml and run it through javafx:run. But this limits me to only being able to run the main class that is added in the "configuration" tag (with other classes being unable to be run in this scenario): <configuration> <mainClass>FXGLApp</mainClass> </configuration> Have you ever encountered this situation? Thank you in advance for your answer.
@KeppelAdelaide-s4c3 ай бұрын
Theron Way
@KeithKerrick-g3f4 ай бұрын
D'angelo Place
@chadc.15984 ай бұрын
Thanks for this!
@DaphneCalaway-q8c4 ай бұрын
Halvorson Ports
@EstellLegoullon-x2w4 ай бұрын
Mya Ridges
@SamLongshore-q9g4 ай бұрын
Shanie Roads
@HenryEley-k9f4 ай бұрын
Hills Lane
@supertoxic424 ай бұрын
Ваш канал и примеры кода - настоящий Святой Грааль для тех, кто работает с JavaFX. Спасибо!)
@DistrectionUsonov4 ай бұрын
Yo you Kazakh?
@lebom80765 ай бұрын
I subscribed! Where have you been😂🎉
@gerdsfargen66875 ай бұрын
Almas, I could kiss you mate. You saved my JavaFX bacon!
@NOESVALIDO26 ай бұрын
TimeUnit class It's not recognized by mi IDE, I'm using corretto 21.
@kodokalter46787 ай бұрын
I got notif The artifact mysql:mysql-connector-java:jar:8.0.33 has been relocated to com.mysql:mysql-connector-j:jar:8.0.33: MySQL Connector/J artifacts moved to reverse-DNS compliant Maven 2+ coordinates. Can you tell me what is that ?
@landrhykopp98367 ай бұрын
Very cool !
@mubaraknative7 ай бұрын
👍
@k-universe00228 ай бұрын
can you show by running this game?
@jsimek8 ай бұрын
wow, this is amazing. I wish you would have continued with this series
@TinyMillet-bb9wy8 ай бұрын
Thank for your video, let me learn more knowledge.
@mal.angenommen8 ай бұрын
wow that is so cool and innovative! I've never even seen something like that in a real game engine 😱
@lucasf.v.n.41979 ай бұрын
hi, thanks for the playlist, learned a lot; keep going; a playlist on javafx 3d would be nice too;
@ivansyaputra19149 ай бұрын
amazing 🎉🎉🎉
@js.wilprof9 ай бұрын
👏🏼👏🏼👏🏼👏🏼👏🏼👏🏼👏🏼👏🏼👏🏼
@DanHowardMtl9 ай бұрын
Very cool! Why do we split with " +" instead of " " ?
@AlmasB09 ай бұрын
In case there are any multiple spaces between tokens. Given a String "a b" (two spaces between a and b), then the " " split produces 3 elements, the " +" split produces the intuitive 2 elements.
@nasernaderi92629 ай бұрын
Nice job 👍
@HaithamNaksho-i9p10 ай бұрын
How do I import this in Intellij? What are the vm options
@bareback_300010 ай бұрын
For an 8 year old video with unpleasant mic quality, I learned a lot. Thank you kind sir.
@awakeamari530210 ай бұрын
Hi there Alma's I'm a self taught Java developer from South Africa. I need an old Machine. I doing sspringframewrok
@aphrodite64311 ай бұрын
Спасибо.
@stefanoscipolo489511 ай бұрын
Awesome thank you very much
@lucasf.v.n.419711 ай бұрын
nice man;
@lucasf.v.n.419711 ай бұрын
ur fluency in java is outstanding man; but my code doesn't work, I believe it has something to do with the fact that I can't update gui members in the main thread or whatnot, perhaps related to the ScheculedExecutorService thing;
@pattheitguy11 ай бұрын
I know this is an old post. I am looking to embed this kind of chart into a larger GUI, along with others. The possibilities are a LOT more for my app now that I have seen this. Thank you!
@bardia128511 ай бұрын
you said any javafx project, i wonder how the events gets interpreted on android?! touch isn't different than mouse clicks? does this way still nag screen of gluon would be present?
@developerlayton Жыл бұрын
Hi, very late but this is not possible with Java 17? :/
@jahmanichauvet360 Жыл бұрын
Great info and from a humble NYC JavaFX GUI guy. Your solution is so much better than mine
@claudioangelico4065 Жыл бұрын
Hi Almas, really great work done here. I follow your channel and a bunch of tutorials now for days and got almost everything running, and I would be really glad if there will be more of these series. One thing I am really struggling with is: I am using Eclipse and I got Java and FXGL running, but not the on screen help and proposals of available function, methods, parameters etc. in case I only type the first 3 or 4 letters as you do very often. Is it possible to create a video where you describe to optimize the development tool withFXGL? Thanks a lot and go ahead this way!
@midorlo Жыл бұрын
What would be a scalable way to display grid lines?