How to Create JavaFX slider navigation and button hover effect

preview_player
Показать описание
This video I'm going to show you how to create sidebar navigation & button hover effect like bootstrap navbar. Enjoy, If you learn something don't forget to subscribe, like and share.

Java Programming, Java Tutorials, Java UI Design, JavaFX FXML Basics, JavaFX, Scene Builder, JavaFX Netbeans, JavaFX IntelliJ, php basic, php UI design, C# basic, C# UI design, PhpStrom, Visual Studio

Download:

SUBSCRIBE TO ME ON YOUTUBE:

#javafx #java #ui #javafx_tutorial #LearnWithMe
Рекомендации по теме
Комментарии
Автор

hello, what the initialize method does? I am kinda confuse . What are those arguments passed URL, ResourceBoundle for or what they do? All my project I did was without an initialize method. I did it like this, for example for buttons:

@FXML
void pressPlay(ActionEvent event) throws FileNotFoundException {

playMusic();
}

jsvrs
Автор

Thats really awesome. But in general, are JavaFX Applications or Desktop applications in general still relevant in 2021?

sgt.brownie
Автор

Hi, how do you make the side panel/slider not visible at first. I’m currently woking on a project and I would like the slider to be hidden until someone clicks on the Menu icon. Thank you.

seun
Автор

I'm struggling to get the :hover working in the css file. I think my .css file and fxml file are not properly connected. Do you have any suggestions?

mitchellw
Автор

The next step is to make the slider resizable!

yatsuk
Автор

I can't add the image view into the jfxbutton

arturosabinasfigueroa
Автор

Anyone else’s scenebuilder crash all the time?

RJ-drto