How to Create JavaFX slider navigation and button hover effect

Поділитися
Вставка
  • Опубліковано 21 сер 2024
  • 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.
    Source: drive.google.c...
    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:
    github.com/Ket...
    SUBSCRIBE TO ME ON UA-cam:
    / @kethaya
    #javafx #java #ui #javafx_tutorial #LearnWithMe

КОМЕНТАРІ • 20

  • @alfredochola5971
    @alfredochola5971 2 роки тому

    wow. beautiful

  • @sgt.brownie5392
    @sgt.brownie5392 3 роки тому +2

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

    • @wayanfjwork5037
      @wayanfjwork5037 2 роки тому

      Why not?

    • @mymoviemania1
      @mymoviemania1 4 місяці тому +1

      Lol, desktop applications will be relevant as long as desktops are there

  • @yatsuk
    @yatsuk 3 роки тому +3

    The next step is to make the slider resizable!

  • @10franksilva
    @10franksilva 3 роки тому +1

    Parabéns!

  • @EdwardNorthwind
    @EdwardNorthwind Рік тому

    Start at 11:16

  • @joseeavr
    @joseeavr 2 роки тому +1

    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();
    }

  • @mitchellw5260
    @mitchellw5260 3 роки тому +1

    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?

    • @raviel498
      @raviel498 3 роки тому

      If you're using Scenebuilder, click on your root Pane
      In properties :
      Stylesheet ( add your css file ) and everything is good

  • @seun7114
    @seun7114 Рік тому

    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.

  • @erwanlequeau6866
    @erwanlequeau6866 3 роки тому +1

    Thx ! Where do you find your icons?

    • @kethaya
      @kethaya  3 роки тому +2

      icons8.com/app/windows

  • @mr.RAND5584
    @mr.RAND5584 2 роки тому

    How you do it without fxml?

  • @arturosabinasfigueroa18
    @arturosabinasfigueroa18 3 роки тому

    I can't add the image view into the jfxbutton

    • @raviel498
      @raviel498 3 роки тому

      You can use FontAwesomeIcon

  • @hp___n_
    @hp___n_ 3 роки тому

    Which libraries are needed?

    • @kethaya
      @kethaya  3 роки тому +1

      jfoenix
      github.com/sshahine/JFoenix

  • @RJ-dr8to
    @RJ-dr8to 2 роки тому +1

    Anyone else’s scenebuilder crash all the time?