Тёмный
No video :(

JavaFX Java GUI Tutorial - 31 - Introduction to FXML 

thenewboston
Подписаться 2,7 млн
Просмотров 196 тыс.
50% 1

Source Code: github.com/the...
Core Deployment Guide (AWS): docs.google.co...

Опубликовано:

 

21 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 42   
@dadpoolfpv
@dadpoolfpv 9 лет назад
I've been waiting for this for a long time...Nice work Bucky.
@Ro_V_oR
@Ro_V_oR 6 месяцев назад
does it still work?
@dadpoolfpv
@dadpoolfpv 6 месяцев назад
@@Ro_V_oRThat's a great question. I'm not really sure. I've since switched almost completely to C#. Good luck in all your research. I hope you find what you're looking for.
@Ro_V_oR
@Ro_V_oR 6 месяцев назад
@@dadpoolfpv Thx
@amaury_permer
@amaury_permer 4 года назад
This remind me the video "every programming tutorial"
@herbert-kenumera960
@herbert-kenumera960 5 лет назад
YEEES! From WPF to this is so cozy!
@CasualWatcher279
@CasualWatcher279 4 года назад
Thanks Bucky, helping me pull through my Degree!
@unknownsoul7043
@unknownsoul7043 4 года назад
yes yes yes i need to hear we had a drag and drop interface bro am really happy now
@B.A.Gondal
@B.A.Gondal 7 лет назад
Finallyyyy something that can be more productive in real world.....hand coding GUI for a large complex project seems to me as reinventing the wheel every time....... Scene Builder FTW!!!
@vincentbrunelle4456
@vincentbrunelle4456 7 лет назад
Using the default fxml file from Eclipse.I had to change Parent root = FXMLLoader.load(getClass().getResource("sample.fxml")); to Parent root = FXMLLoader.load(getClass().getResource("/sample.fxml")); // notice the '/' before "sample.fxml" By the way, great tutorials!
@christopherogbunuzor4598
@christopherogbunuzor4598 6 лет назад
if the above does not work (as in my case), use: Parent root = FXMLLoader.load(Main.class.getResource("sample.fxml"));
@christopherogbunuzor4598
@christopherogbunuzor4598 6 лет назад
P.S i think your main class has to be named 'Main'. if it is something else then use the name.getResource("sample.fxml"));
@TefkrosAirliner
@TefkrosAirliner 5 лет назад
I CAN NEVER THANK YOU ENOUGH
@joushwashahzad2341
@joushwashahzad2341 4 года назад
who's here in 2020?
@Fabian-hb4zp
@Fabian-hb4zp Год назад
2023 mate
@balag5390
@balag5390 Год назад
@@Fabian-hb4zp I too 🔥🔥
@nikolasbutalid8540
@nikolasbutalid8540 3 года назад
don't forget to add your vm options! had an error because I forgot to do that after creating a new project
@killyourdarling9699
@killyourdarling9699 3 года назад
how is that? new intelj doesn't include javaFX libs automatically so i have a headache every time i start a new project
@nikolasbutalid8540
@nikolasbutalid8540 3 года назад
I just made a macro that copies what I need to paste each time This is what I use: --module-path ${PATH_TO_FX} --add-modules javafx.fxml,javafx.controls,javafx.graphics
@Ro_V_oR
@Ro_V_oR 6 месяцев назад
first comment in a yr
@UploadingRS
@UploadingRS 9 лет назад
Hey Bucky can you do a tutorial on the webview element in javafx
@killyourdarling9699
@killyourdarling9699 3 года назад
how is that? new intelj doesn't include javaFX libs automatically so i have a headache every time i start a new project
@jellyfish6042
@jellyfish6042 2 года назад
Wow dude really loves bacon
@Billywong
@Billywong 6 лет назад
so ...basically fxml is adding a xml file to a java file (or more specifically a GUI) when I saw the src "sample.fxml" it reminds me of web development particularly xhtml
@amnojeeuw
@amnojeeuw 7 лет назад
Just a request, the video has a very poor resolution, is there anything you can do to improve the resolution? If it is just me having this problem, please, do, let me know. Thanks and keep up the good work.
@rans0101
@rans0101 4 года назад
Nice
@jaybartgis5148
@jaybartgis5148 9 лет назад
I got an error on the Parent root line "Type Mismatch: Cannot convert object to Parent"
@Keyakina
@Keyakina 7 лет назад
do i need to make a new project for this or can I implement it in a already existing java project? ( POJO and antlr)
@CharlieStoreyGMvc
@CharlieStoreyGMvc 8 лет назад
Hey Bucky great tutorials....One point...where are JAVAfx github files for 32-35
@raduadrian.c5503
@raduadrian.c5503 4 года назад
Hey:) One tip: Using dark theme is not useful, it can be very harmful to your eyes, especially when you switch from a light page, to a dark page, because your eyes need to adapt all the time. I personally use light theme with 60% brightness and the strain is reduced. Take care.
@PichuElric
@PichuElric Год назад
Thank you
@panagissarantos_hua2089
@panagissarantos_hua2089 4 года назад
Can you add the fxml file and the control file ton an existing project?
@TheGodfather101
@TheGodfather101 2 года назад
Swing is such a fucking pain. Fxml, let's see how this goes.
@mikevanleeuwen7221
@mikevanleeuwen7221 8 лет назад
getting the error please configure JavaFX Scene Builder path? what is this?
@MisterRandom101
@MisterRandom101 8 лет назад
+Mike van Leeuwen go to settings and then set the path. its in his scene builder tutorial
@KoodakTV
@KoodakTV 6 лет назад
which program do u use ? is it eclipse ?
@PeterPandanas
@PeterPandanas 6 лет назад
Its Jetbrains IntelliJ
@prashantjha654
@prashantjha654 8 лет назад
make video about how to change password
@farukz.9904
@farukz.9904 5 лет назад
i always get error about Exception in Application start method java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) when i try to use fxml or css i couldnt understand what is going on if there is someone that can help me i am gonna be really pleased
5 лет назад
Be sure to be point to exactly your own package For example mine is fx:controller="com.fxml.Controller" and i was getting an error because it was fx:controller="sample.Controller">
Далее
JavaFX Java GUI Tutorial - 32 - Controllers in FXML
8:03
Новый фонарик в iPhone с iOS 18
00:49
Просмотров 440 тыс.
Java GUI Tutorial - Make a Login GUI #100
19:49
Просмотров 552 тыс.
JavaFX switch scenes 💞
8:35
Просмотров 165 тыс.
JavaFX ImageView 🖼️
6:44
Просмотров 78 тыс.
Java GUI Tutorial - Make a GUI in 13 Minutes #99
12:58
How I Make My Successful Coding Shorts On YouTube
7:35