JavaFX Slider Example Tutorial

Поделиться
HTML-код
  • Опубликовано: 28 янв 2025

Комментарии • 7

  • @KENSOFTPH
    @KENSOFTPH  Год назад

    Do you still use your phone to take pictures of your code when sharing it to others or a community? I've developed an application that will help you take pictures of your computer easily by just using a printscreen on your keyboard. Try my app now and let me know your thoughts -> www.kenshot.com

  • @darala5318
    @darala5318 2 года назад

    Nice job, very helpful and easy to understand

  • @pjm3005
    @pjm3005 5 месяцев назад

    ugh, another scene builder tutorial. do any of you people actually write java code?

    • @KENSOFTPH
      @KENSOFTPH  5 месяцев назад

      Yes, I can code. What's the issue with working with SceneBuilder? Would you rather write a thousand lines of code instead of using a tool that simplifies the process?

    • @pjm3005
      @pjm3005 5 месяцев назад

      @@KENSOFTPH i'd rather write "a thousand" lines of code so that i know how the control actually works as opposed to relying a crutch to do it for me. lame.
      i was looking for a tutorial on how to use the slider control in javafx, not on how to click check boxes in scenebuilder.

    • @KENSOFTPH
      @KENSOFTPH  5 месяцев назад

      I agree with you. Here's the JavaFX Slider documentation: openjfx.io/javadoc/21/javafx.controls/javafx/scene/control/Slider.html It's a great resource if you want to work with JavaFX without using SceneBuilder. Hope this helps!