JavaFX tutorial: Learn JavaFX with Examples
JavaFX tutorial: Learn JavaFX with Examples, available at $49.99, has an average rating of 4.4, with 54 lectures, 4 quizzes, based on 280 reviews, and has 2244 subscribers.
You will learn about You will learn JavaFX in simple and easy steps starting from basic to advanced concepts with real-time examples You will learn to build real-time application using javaFX. We will be building a Calculator App using JavaFX in this course. Learn JavaFX you need for professional desktop and mobile application development This course will take you from complete beginner in JavaFx to advanced developer. This course is ideal for individuals who are Any developer wanting to develop a user-interface in Java or If you want to build a GUI desktop/mobile application in Java or If you want to learn Java's next-generation graphical user interface toolkit, then you must take this course. or If you want to learn about layouts,controls, style sheets , event handling and lot more. It is particularly useful for Any developer wanting to develop a user-interface in Java or If you want to build a GUI desktop/mobile application in Java or If you want to learn Java's next-generation graphical user interface toolkit, then you must take this course. or If you want to learn about layouts,controls, style sheets , event handling and lot more.
Enroll now: JavaFX tutorial: Learn JavaFX with Examples
Summary
Title: JavaFX tutorial: Learn JavaFX with Examples
Price: $49.99
Average Rating: 4.4
Number of Lectures: 54
Number of Quizzes: 4
Number of Published Lectures: 54
Number of Published Quizzes: 4
Number of Curriculum Items: 58
Number of Published Curriculum Objects: 58
Original Price: $129.99
Quality Status: approved
Status: Live
What You Will Learn
- You will learn JavaFX in simple and easy steps starting from basic to advanced concepts with real-time examples
- You will learn to build real-time application using javaFX. We will be building a Calculator App using JavaFX in this course.
- Learn JavaFX you need for professional desktop and mobile application development
- This course will take you from complete beginner in JavaFx to advanced developer.
Who Should Attend
- Any developer wanting to develop a user-interface in Java
- If you want to build a GUI desktop/mobile application in Java
- If you want to learn Java's next-generation graphical user interface toolkit, then you must take this course.
- If you want to learn about layouts,controls, style sheets , event handling and lot more.
Target Audiences
- Any developer wanting to develop a user-interface in Java
- If you want to build a GUI desktop/mobile application in Java
- If you want to learn Java's next-generation graphical user interface toolkit, then you must take this course.
- If you want to learn about layouts,controls, style sheets , event handling and lot more.
Focus on what actually matters:This is not a course where you will learn bunch of things in a very shallow way. You are going to get really damn good at JavaFX. Like a real programmer, you won’t worry about the buzzword of the day because you will have fundamental skills to pick up things on your own. You will be working on real-time project. We will start with small projects like creating a Login page, Registration page and then will design some advanced applications like building a calculator.
This course teaches you how to start developing rich-client desktop applications using your Java skills and provides comprehensive coverage of JavaFX 8’s features.
Learn the JavaFX you need for professional development: Most courses focus on the syntax and features in JavaFX. They will talk to about controls,shapes at a very shallow level but in this course you will learn how to use them in building a software.
Designed to take you from total beginner to advanced: If you have tried learning JavaFX before, you have likely found that beginner courses are way too easy, advanced courses are way too hard, and there is hardly anything in the middle. This JavaFX course is designed to take you from zero knowledge all the way to the advanced level, so that you can get it all done with one comprehensive course.
What will you learn in this course?
- JavaFX layout panes: Border Pane, Grid Layout, HBox,VBox,Grid, Group etc
- JavaFX Controls: Label, Button,MenuButton,RadioButton,CheckBox,ChoiceBox,ListView,DatePicker,TextArea
- JavaFX Charts:PieChart,BarChart,Scatter Chart, LineChart,AreaChart
- JavaFX Shapes:Rectangle, Circle,Ellipse, Arcs
- JavaFX Event Handling:Mouse Events, Key Events
Note: We will not just cover them in theory in this course but we will actually design each of them.
What real time-projects will be building in the course?
- Using controls we will be building a simple Login page.
- Using controls like choicebox, radiobutton, DatePicker,checkboxes, ListView we will create a Registration form.
- Using controls and Event handling in JavaFX we will also create a calculator App at the end of the course.
ENROLL In the COURSE
Course Curriculum
Lecture 1: Introduction to the course
Chapter 1: Getting Started with JavaFX
Lecture 1: What is JavaFX?
Lecture 2: Overview of JavaFx and its features
Chapter 2: Installing the required software
Lecture 1: Java download for windows
Lecture 2: Download Eclipse latest version for windows
Lecture 3: Download and install JavaFX for Eclipse
Chapter 3: Creating a "SIMPLE" JavaFX- style application
Lecture 1: Your First JavaFX Application
Lecture 2: Overview of JavaFX GUI framework
Chapter 4: JavaFX layout panes
Lecture 1: JavaFX Layout Panes: How to use Built-in Layout Panes in JavaFX?
Lecture 2: Javafx BorderPane Layout with example
Lecture 3: JavaFX HBox Layout : How to Use the HBox Layout in JavaFX?
Lecture 4: Hbox Spacing and Padding: Set Padding and Spacing for HBox
Lecture 5: Javafx margin: how to set margin for an element ?
Lecture 6: JavaFX HBox HGrow Priority Enumeration constant: Always, Never and Sometimes
Lecture 7: JavaFX HBox HGrow Priority
Lecture 8: VBox layout pane: Constructor and its method
Lecture 9: Creating a JavaFx program using VBox Layout Pane
Lecture 10: Setting the alignment of nodes: VBox.setAlignment(Pos value)
Lecture 11: How to set max/min width of nodes?
Lecture 12: GroupLayout for JavaFX
Lecture 13: JavaFX BorderPane Layout : Constructor and its methods
Lecture 14: JavaFX Borderpane with Example
Lecture 15: How to arrange multiple Panes in one scene?
Lecture 16: JavaFX GridPane Layout : Properties and its methods
Lecture 17: JavaFX Grid Layout
Chapter 5: Using JavaFX UI Controls
Lecture 1: Using JavaFX UI Controls
Chapter 6: Create a LOGIN page
Lecture 1: Creating a Login page using JavaFX UI controls
Chapter 7: Registration Page
Lecture 1: Creating a Registration form using JavaFX UI control Part I
Lecture 2: Creating a Registration form using JavaFX UI control Part II
Lecture 3: Creating a Registration form using JavaFX UI control Part III
Lecture 4: Creating a Registration form using JavaFX UI control Part IV
Chapter 8: JavaFX Menu
Lecture 1: JavaFX Java GUI Tutorial : Creating Menus
Lecture 2: JavaFx Menu tutorial – JavaFx Menu, MenuBar , MenuItem and Separator
Lecture 3: Add CheckMenuItem in our Menu
Lecture 4: Adding a RadioMenuItem and Submenu for our Menu
Lecture 5: Creating a menu with customMenuItem and Separator Menu Item
Chapter 9: JavaFX Charts
Lecture 1: JavaFx Charts: Create a PieChart
Lecture 2: JavaFx Charts: Creating a BarChart
Lecture 3: Scatter Chart with example
Lecture 4: Using JavaFX Charts: Line Chart
Lecture 5: AreaChart with example
Chapter 10: JavaFX Shapes
Lecture 1: How to Create Lines and Shapes in JavaFX?
Lecture 2: Create a Rectangle using javafx.scene.shape.Rectangle
Lecture 3: JavaFX Circle: Drawing a circle with JavaFX
Lecture 4: JavaFX Ellipse with CenterX,CenterY, radiusX and radiusX
Lecture 5: JavaFX 2D Shapes: Types of Arc
Chapter 11: JavaFX Event Handling
Lecture 1: JavaFX Event Handling: Handle User Events
Lecture 2: Handle MouseEvents in JavaFX
Lecture 3: Javafx mouse click event example
Lecture 4: Event Handlers for Mouse Events
Lecture 5: Event Handlers for Key Events
Chapter 12: Calculator Project
Lecture 1: Calculator App Part I: Adding controls to the app
Lecture 2: Calculator App Part II: Add styling to the app
Lecture 3: Calculator App Part III: Adding event handling
Instructors
-
Deepika Khanna
Software Developer,Blogger,Author
Rating Distribution
- 1 stars: 4 votes
- 2 stars: 13 votes
- 3 stars: 40 votes
- 4 stars: 98 votes
- 5 stars: 125 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024