MaterialFX and IntelliJ Basic setup and use

preview_player
Показать описание
Introduction to MaterialFX and how to use it with Scenebuilder and finding help in the documentation and Wiki.
Рекомендации по теме
Комментарии
Автор

I had to search deeply for a detailed tutorial on how to use MaterialFX! I was feeling frustrated and wondered how I couldn't find an explanation easily. Really grateful for this tutorial!

ziiathyr
Автор

Thank you so much for this tutorial. I know the MaterialFX will reduce the designing time but, I don't know how to use it. Now I can easily design my application.

harisveerabadran
Автор

thank u so much for this video, I have been watching the doc for a whole day.

plotablong
Автор

Man, thank you so much for this helpful video. You did a great job, now I can freely use MaterialFX in my project. I want your channel to grow 🤗

power_cs
Автор

Thanks so much now I can use this for my school project, can you also create a video on how to really use the scene builder, I have hard time trying set components the way I want it

justmecode
Автор

If you don't see the correct styles, there were changes in recent versions. In my case I needed to add UserAgentBuilder in the start JavaFx method:

@Override
public void start(Stage stage) throws IOException {
UserAgentBuilder.builder()


.setDeploy(true)
.setResolveAssets(true)
.build()
.setGlobal();

scene = new Scene(loadFXML("primary"), 640, 480);
stage.setScene(scene);
stage.show();
}

hurz
Автор

thanks and i appreciate this content <3

itz_aoo
Автор

Did the workflow changed a bit with the new versions? Last time I used materialfx I did not need to specify a seperate css file. I could use i.e. use MFXButton inside my fxml file and it showed up as expected. But with the latest version I have to call If not, then the standard fx moderna theme is beeing used.

ponchobob
Автор

can you please explain about how to use the MFXTableView and add columns in it?

harisveerabadran
Автор

Understøtter scene builder lambda expressions?

simon