Learning JavaFX by Example

Learning JavaFX by Example

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 2h 14m | 504 MB

Build applications such as a calculator, human figures, and a to-do list using Java, JavaFX, and Netbeans

JavaFX is a modern app development interface. It is designed to provide high-performance applications with GUI features such as smooth animation, web views, and audio and video playback.

This course will give you hands-on training in working with JavaFX to create fast, high-performance, and user-friendly applications to meet your clients’ requirements. You will learn how JavaFX makes your GUIs more interactive. Work with its rich features such as charts, scene builder, and easy controls while you create real-world applications.

By the end of this course, you will have the skills to create fast and feature-rich real-world apps for your clients’ business needs.

This comprehensive video tutorial will get you up-and-running with JavaFX components to build UIs in Java. The course offers examples that teach you to build as you learn.

What You Will Learn

  • Design and develop a basic GUI with JavaFX
  • Build your first project using JavaFX
  • Understand JavaFX components to build amazing UIs
  • Use JavaFX to build applications by practicing via exercises
  • Add text and draw geometrical lines and shapes
Table of Contents

Getting Started with JavaFX
1 The Course Overview
2 Prerequisites
3 Setup and Installation
4 Understanding JavaFX
5 Java GUI Swing and JavaFX
6 JavaFX Architecture
7 Create a Login Page

Building a Calculator
8 Requirements
9 Creating the Project
10 Adding Controls
11 Adding CSS

Enhancing the Calculator with JavaFX Components
12 Adding Layouts
13 Adding Controls
14 Working with Events
15 Adding Menus
16 List and Table Views

Drawing with JavaFX
17 Text
18 Text Effects
19 Drawing Lines
20 Drawing Shapes

Creating a To-Do Application
21 Requirements
22 Borderless UI
23 Coding