JavaFX Java GUI Tutorial – 31 – Introduction to FXML

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


Posted

in

by

Tags:

Comments

14 responses to “JavaFX Java GUI Tutorial – 31 – Introduction to FXML”

  1. Shikhar Mainalee Avatar

    I'm having trouble launching this from non-ide command line. In my case, I'm using notepad++. Can somebody please help me out here? Thanks!

  2. Asymptote Avatar

    Finallyyyy something that can be more productive in real world…..hand coding GUI for a large complex project seems to me as reinventing the wheel every time……. Scene Builder FTW!!!

  3. Vincent Brunelle Avatar

    Using the default fxml file from Eclipse.I had to change
    Parent root = FXMLLoader.load(getClass().getResource("sample.fxml"));
    to

    Parent root = FXMLLoader.load(getClass().getResource("/sample.fxml")); // notice the '/' before "sample.fxml"
    By the way, great tutorials!

  4. Amno Jeeuw Avatar

    Just a request, the video has a very poor resolution, is there anything you can do to improve the resolution? If it is just me having this problem, please, do, let me know.
    Thanks and keep up the good work.

  5. Sjard Willems v Avatar

    do i need to make a new project for this or can I implement it in a already existing java project? ( POJO and antlr)

  6. Monsterc Breakc Avatar

    If you're having problems with compilation – go to Build -> RebuildProject

  7. TheTrainedNOOB Avatar

    make video about how to change password

  8. Mike van Leeuwen Avatar

    getting the error please configure JavaFX Scene Builder path? what is this?

  9. Charlie Storey Avatar

    Hey Bucky great tutorials….One point…where are JAVAfx github files for 32-35

  10. Taras Ordenas Avatar

    Introduction to FXML without SceneBuilder ?
    you
    mad
    bro (:

  11. Geoxile Avatar

    With FXML would it be possible to control behavior for the scrollbars of a ScrollPane? Like have the scrollbars reposition on the cursor's position if you click?

  12. Jay Bartgis Avatar

    I got an error on the Parent root line "Type Mismatch: Cannot convert object to Parent"

  13. Indie_Marcus Avatar

    Hey Bucky can you do a tutorial on the webview element in javafx

  14. Branden Coker Avatar

    I've been waiting for this for a long time…Nice work Bucky.

Leave a Reply

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