Using Scene Builder and Netbeans to implement CheckBox objects

Поділитися
Вставка
  • Опубліковано 3 гру 2024

КОМЕНТАРІ • 24

  • @kivipaperisakset3999
    @kivipaperisakset3999 4 роки тому +3

    This was great! My CS lecturer went through a bunch or theory in class, but I just wanted to see it all work, and this was a great tutorial that helped me understand that.

  • @shady5063
    @shady5063 4 роки тому

    I kid you not, i was confused for like 4 days straights, no youtube could save my ass, you fucking saved me m8.. YES YOU!

  • @MrJohn2475
    @MrJohn2475 6 років тому +3

    thank you, this is a great tutorial...it is supporting my learning at school.

  • @brandonswenson7224
    @brandonswenson7224 4 роки тому +2

    7:25 hold ctrl and left-click to select multiple objects.

  • @default_user_not_found
    @default_user_not_found 7 років тому +3

    This is so useful. Thanks a lot.

  • @samuelbertin9274
    @samuelbertin9274 5 років тому

    Thanks a lot, it's super useful for my scholar projects

  • @makinggraves1
    @makinggraves1 4 роки тому +1

    My code wouldn't work....The error message said that it can not find the symbols for the classes. I pressed CTRL+SHIFT+I. This imports the classes and then the code worked. Do I need to do this every time? Also, when I double clicked the FMXLDocument.fxml it did not pull up in Scene Builder. I just opened the file in Scene Builder. Maybe the two events are connected?

  • @slonbeskonechen8310
    @slonbeskonechen8310 4 роки тому

    great tutorial!!!!!!!!! many times like!!!!!

  • @mustaphaitlioui8072
    @mustaphaitlioui8072 6 років тому

    Thanks a lot Mr jaret Wright

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

    Can you use scene builder to create a complex application in a modular way? Build UI elements in separate scene builder files and combine or link later?

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

    Hi i love your voice thank you for the videos

  • @SummerCroatia
    @SummerCroatia 7 років тому +1

    Why didnt you use ActionEvent ?

  • @felype204
    @felype204 6 років тому

    Thanks so much

  • @MrVidsly
    @MrVidsly 6 років тому

    Can someone tell me why I can't add import javafx.scene.control.CheckBox; for the checkboxes? Out of the 3 options when he clicks on the light bulb I only have the bottom 2. I tried to add it to the import list at the top by just typing it but that wouldn't let them work either.

    • @JJvGBeats
      @JJvGBeats 5 років тому

      I have the same problem...

    • @JJvGBeats
      @JJvGBeats 5 років тому

      Fixed it, its Checkbox with capital C

  • @Hamza-xb2iy
    @Hamza-xb2iy 5 років тому

    what about other mouse events

  • @vatsal2189
    @vatsal2189 4 роки тому

    Who calls the controller? I cannot set the pizzarOrderLabel.

  • @wadobb
    @wadobb 4 роки тому

    He says, "Always make sure you are importing javafx classes..." Mine say AWT but I don't know how to change that.

    • @wadobb
      @wadobb 4 роки тому

      I tried adding the import line myself and it doesn't work. It seems like I have something wrong in my setup

  • @kyleganse4978
    @kyleganse4978 4 роки тому

    PineApple doesnt belong on this GUI!

  • @paulgarcia2887
    @paulgarcia2887 4 роки тому

    Keviiin

  • @whoami331
    @whoami331 5 років тому

    Lol you need to declare and name each component. Plus you need to add anotation plus you need to wire the name in scene builder. How is this better than java swing where you just drag and drop the component and everything is done automatically?