Complete Oracle JavaFX Bootcamp | Build Real JavaFX Projects

Become a better Java developer. Build real Java projects using JavaFX technology. Build up your Java skill with JavaFX

3.80 (33 reviews)
Udemy
platform
English
language
Programming Languages
category
instructor
8,738
students
13 hours
content
Nov 2023
last update
$49.99
regular price

What you will learn

Skills that will allow you to apply for jobs and become a better JavaFX developer

You will setup JavaFX plugin

You will use Lambda expression in JavaFX

You will set up and use Scene Builder with Eclipse IDE

You will Style JavaFX projects with CSS and how to use the CSS Documentation

You will work with ComboBox in JavaFX

You will create ListView in JavaFX

You will create TreeView in JavaFX

You will learn all about File Chooser and how to work with File Chooser in JavaFX

You will master how to use JavaFX properties

You will learn how to create ProgressBar and ProgressIndicator in JavaFX

You will learn how to create Slider with TextField in JavaFX

You will learn how to create MenuBar, MenuItems and so on

You will learn how to use CheckBoxes in JavaFX

You will learn how to create RadioButton in JavaFX

You will learn how to create a TableView

You will learn how to use DatePicker

You will learn all about WebView

You will learn how to build Charts such as PieChart and LineChart in JavaFX

Description

Complete Oracle JavaFX Bootcamp! Build Real Projects in 2021 starts from the very beginning by teaching you Javafx basics and programming fundamentals, and then going into advanced topics and different career fields in JavaFX so you can get real life practice and be ready for the real world.

You will learn the following in this course:

  • You will learn how to setup JavaFX plugin

  • You will learn how to use Lambda expression in JavaFX

  • You will learn how to set up and use Scene Builder with Eclipse IDE

  • You will learn how to Style JavaFX projects with CSS and how to use the CSS Documentation

  • You will learn how to work with ComboBox in JavaFX

  • You will learn how to create ListView in JavaFX

  • You will learn how to create TreeView in JavaFX

  • You will learn all about File Chooser and how to work with File Chooser in JavaFX

  • You will master how to use JavaFX properties

  • You will learn how to create ProgressBar and ProgressIndicator in JavaFX

  • You will learn how to create Slider with TextField in JavaFX

  • You will learn how to create MenuBar, MenuItems and so on

  • You will learn how to use CheckBoxes in JavaFX

  • You will learn how to create RadioButton in JavaFX

  • You will learn how to create a TableView

  • You will learn how to use DatePicker

  • You will learn all about WebView

  • You will learn how to build Charts such as PieChart and LineChart in JavaFX


Why Must I Take This Course And What Benefit Is It To ME As JavaFX Developer?

This is the only course on the internet that will help you to become a certified and successful JavaFX developer with an in-depth knowledge of the entire aspect of JavaFX development and prepare you with the required skills necessary to build you to face job interviews and get employed as a full stack JavaFX developer.


Emenwa Global instructors are industry experts with years of practical, real-world experience building software at industry leading companies. They are sharing everything they know to teach thousands of students around the world, just like you, the most in-demand technical and non-technical skills (which are commonly overlooked) in the most efficient way so that you can take control of your life and unlock endless exciting new career opportunities in the world of technology, no matter your background or experience.

Content

Getting started with JavaFX programming

How to setup JavaFX in eclipse
Your First JavaFx Project

Basics of JavaFX programming with Scene Builder

How to use Lambda expression in JavaFX
Download and Installation of Scene Builder in JavaFX
Your first project using Scene Builder in JavaFX
How to add MainController class in JavaFX
How to work with Label in JavaFX with Scene Builder
How to Style with CSS in JavaFX
How to use CSS reference Documentation

How to work with ComboBox in JavaFX

How to work with ComboBox in JavaFX
How to add Action Event in ComboBox
How to add more features to ComboBox
How to use FXCollections in ComboBoX

How to create a ListView in JavaFX

How to create a ListView in JavaFX
How to add more items to the ListView
How to printout ListView items
How to create ListView using FXCollections in JavaFX

How to create a TreeView in JavaFX

How to create a TreeView in JavaFX
How to add sub-Nodes in TreeView
How to add icons in TreeView
How to add MouseClick Event in TreeView

How to create a File Chooser

How to create a File Chooser
How to filter files in File Chooser
How to select Multiple files in File Chooser

How to use JavaFX properties

How to use JavaFX properties
How to create ProgressBar and ProgressIndicator
How to create a slider with TextField
How to create MenuBar in JavaFX
How to use CheckBoxes in JavaFX
How to create Radio Button in JavaFX
How to create a TableView in JavaFX
How to create Date and Time using DatePicker
How to use WebView in JavaFX

How to build a Charts in JavaFX

How to build a PieChart in JavaFX
How to add MouseClick Event to PieChart
How to create LineChart in JavaFX
How to add Multiple Lines to LineChart
How to add MouseClick Event to LineChart
How to create a Tooltip in LineChart

How to work with Media Player in JavaFX

How to work with Media Player in JavaFX
How to add controls to Media Player in JavaFX
How to add volume control to Media Player in JavaFX

How to Build a simple Calculator in JavaFX

How to Build a simple Calculator in JavaFX
How to create a ModelView for Calculator
How to create a Contrroller Class for Calculator

Login Page in JavaFX

How to create a simple Login Page in JavaFX
How to open a Second Form in Login Page
How to add Images to Login Page

Database Management System in JavaFX

How to create SQlite Database in Firefox for JavaFX Database Management
How to create Tables in Database
How to create classes for Database
How to connect to Database using connection class
How to connect to Connection Class from Login Model
How to successfully get results from your Database connection
How to create a Login page for Students Portal
How to open Database Table in Students Portal
How to auto-close Login Page
How to populate Students Data on the Table (Part 1)
How to populate Students Data on the Table (Part 2)
How to add New Students Data into your Database
How to clear TextFields in Database
Assignment to improve your Java programming skills

Bonus Lecture

Bonus Lecture

Screenshots

Complete Oracle JavaFX Bootcamp | Build Real JavaFX Projects - Screenshot_01Complete Oracle JavaFX Bootcamp | Build Real JavaFX Projects - Screenshot_02Complete Oracle JavaFX Bootcamp | Build Real JavaFX Projects - Screenshot_03Complete Oracle JavaFX Bootcamp | Build Real JavaFX Projects - Screenshot_04

Reviews

Matthew
November 29, 2022
Waste of time. For objective problems, the first 2 minutes are spent creating boiler plate classes/code for a new example, which is about 20% of the video, then another 25% of the video is spent manually importing javafx classes because he uses eclipse. Then around 15% is actually spent typing a few lines of javafx to make a very simple example. The last 40% is spent on demoing very boring applications and making tiny parameter changes (including copy pasting to repeat stuff and changing the values without editing out the time) and demoing the resultant change. As for more subjective critiques, the instructor showcases 1 video of Java8 lambda expressions early on (without explaining them), and then *never* uses them when creating elements later in the videos. Their naming conventions are far from java: variable names are in complete lowercase (not even lower_snake_case) and then methods are in PascalCase. They also use methods like String.valueOf(primitive type) when already in a string concatenation, and deprecated methods like new Double(d). Basically the only things you learn is the existence of UI elements that you could already find in SceneBuilder. I don't recall layouts ever being covered and/or when to use what and why. The calculator project is poorly done in terms of UI components (using multiple HBoxes for buttons instead of a GridPane for example). The database interaction looks sad, so I didn't waste my time to see a crummy implementation. I chose to buy this because it had decent ratings and it was a massive flop. I then searched for other JavaFX courses and found a smaller one by Patrick T that I highly recommend instead of this. You'll spend just as much time watching and learn infinitely more real techniques
Nino
September 3, 2022
The content of the course is great, I wasn't expecting to learn so much in just the first few videos. However, you can see the teacher has some difficulties with the IDE, and sometimes makes some mistakes that he corrects on-video.
Freddy
May 27, 2022
Well, the course is very straightforward, however it's missing an essential part of db management which would be update and delete fields. I would have ranked the course with 4.5 if that basic functionality were not missing...
Jeff
March 5, 2022
Great course! I highly recommend it if you want to learn JavaFX. ----Update----- This course is awesome. Everything is explained very well and he thoroughly covers the areas of javafx that you need to know.

Coupons

DateDiscountStatus
7/24/2020100% OFF
expired
10/29/2020100% OFF
expired
7/8/202150% OFF
expired

Charts

Price

Complete Oracle JavaFX Bootcamp | Build Real JavaFX Projects - Price chart

Rating

Complete Oracle JavaFX Bootcamp | Build Real JavaFX Projects - Ratings chart

Enrollment distribution

Complete Oracle JavaFX Bootcamp | Build Real JavaFX Projects - Distribution chart

Related Topics

3181694
udemy ID
5/29/2020
course created date
7/23/2020
course indexed date
Bot
course submited by