JavaFX Java GUI Tutorial – 15 – ListView

[ad_1]
Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –


Posted

in

by

Tags:

Comments

13 responses to “JavaFX Java GUI Tutorial – 15 – ListView”

  1. Jc Lawley Avatar

    I'm actually crying you saved my life right now I love you so much

  2. Cigol Simons Avatar

    Ay no mention of Listeners?

  3. Schoggomilch Avatar

    oh man i die every time i see the "mongo explorer" in on the right bar
    (in german mongo means retard)

  4. Jesus M. Ramos Perez Avatar

    It would be awesome if you made a video on how to modify the cells to populate the listview with custom objects.
    By the way, your videos are great!

  5. Edgars Ritmanis Avatar

    Contact is awesome.

  6. randall Lu Avatar

    I wanna know when I try to define the ListView in the Controller.java, I always can't create anything, the area where the ListView should be will always be blank. I actually copy all the code in the Controller.java but I still can't get it . can anyone help out?

  7. IRGeekSauce Avatar

    ListView from user input, PLEASE!!!

    Every tutorial I see, whether online or in books, shows predefined Strings, never user input!

  8. Orkun Erbil Avatar

    I know that feeling 😀 It is because you loved so much that movie 😀

  9. Orkun Erbil Avatar

    Hey Bucky, the movie Contact , is it like Terminator ?

  10. CoolMartensite Avatar

    You mention ObservableList was introduced in a previous tutorial, could you let me know which one? I am having trouble finding.

    Thanks.

  11. Carlos Sanchez Avatar

    Mr Bucky, lets say I want to create a list, just like that one, but instead of holding strings i want the list to hold a layout pane such as a HBox, how could i achieve that sir?

  12. zorajchannel Avatar

    I watched the Contact movie yeah =) my favourite sci-fi movie. btw, great tutorial

  13. Mourneris Avatar

    I didn't know about the for-each enhancement for the for loop until I saw this video. For those wondering, it's "for(variable type name : some collection of that type; an array, ArrayList, etc.)". For example, if you have an array of strings called catNames, you can iterate though it using "for(String name : catNames)". The first is the iterator and the second is the collection itself.

Leave a Reply

Your email address will not be published. Required fields are marked *