Using Scene Builder and Netbeans to add ComboBox objects

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

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

  • @josebarroca8381
    @josebarroca8381 5 лет назад +1

    Thanks for these tutorials, Jaret. It's surprisingly rare to find tutorials on JavaFX using SceneBuilder and declarative development, especially as well-paced and organised as yours!

  • @Dreamwalkerx
    @Dreamwalkerx 6 лет назад +1

    Enjoying this series of videos. Very clear and straightforward. It's great that you take the time to do these for people.

  • @marielsofiagutierrezzapien7929
    @marielsofiagutierrezzapien7929 5 лет назад

    this videos are a lifesaver

  • @slonbeskonechen8310
    @slonbeskonechen8310 4 года назад +1

    What te difference between choisebox and combobox ?

  • @vatsal2189
    @vatsal2189 4 года назад

    Which video has more info on the model part and unit testing?

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

    Thank you

  • @alnjoomi1991
    @alnjoomi1991 6 лет назад +2

    you are great
    thanx alot

  • @orisonorchards4251
    @orisonorchards4251 4 года назад

    Is anyone else using IntelliJ and having problems with their label fields? I compared my code to the GUI DEMO on Github and it's exactly the same, and yet I can't get my label fields to duplicate the input for the comboBox or the choiceBox. My label does work as expected, however with the pizza checkBox choices. I'm just wondering if it's an IDE difference.

    • @jaretwright223
      @jaretwright223  4 года назад

      If you are using a separate scene builder application, be sure that you have saved the changes in scene builder. If that is complete, try build -> rebuild project in intellij

    • @orisonorchards4251
      @orisonorchards4251 4 года назад

      Thank you for taking the time to reply! I am using scene builder, but i hadn't set the action field in the code spot in the inspector panel. So many little things to remember!