JavaFX: Properties, Beans, and Bindings

Go to class
Write Review

Free Online Course: JavaFX: Properties, Beans, and Bindings provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. JavaFX: Properties, Beans, and Bindings is taught by Neelam Dwivedi.

Overview
  • Learn how to develop more dynamic, responsive applications with JavaFX. Explore the kinds of applications that JavaFX properties, JavaBeans, and bindings can help you construct.

Syllabus
  • Introduction

    • Build dynamic apps with JavaFX
    • What you should know
    1. Applications Overview
    • What are we making?
    2. Properties and Bindings
    • Property and binding data types
    • Types of bindings
    • Build a BMI calculator using bindings
    3. Observables
    • Observables and listeners
    • BMI calculator with a GUI
    4. JavaFX Collections
    • FXCollections and ObservableLists
    • Shopping cart 1 with ComboBox and slider
    5. Java Beans and TableViews
    • What is a JavaBean?
    • Shopping cart 2 with a JavaBean
    • TableView with a JavaBean
    • Shopping cart 3 requirements and design
    • Shopping cart 3 custom cell
    • Shopping cart 4 with total price
    6. Images and Media in JavaFX
    • Image and Media classes
    • Shopping cart 5 with an image and media
    Conclusion
    • Summary and best practices