- JavaFX Essentials
- Mohamed Taman
- 255字
- 2021-07-16 14:03:23
Chapter 2. JavaFX 8 Essentials and Creating a Custom UI
Getting to know the essentials of JavaFX will definitely help you to easily build complicated and complex UI solutions.
In this chapter, you will get a brief introduction about JavaFX 8 architecture, so you get an idea of how JavaFX architecture components and engines interconnect together with your JavaFX application efficiently and render its graphics smoothly.
You will learn how to render graphics on the JavaFX scene and, for that, we will create a basic application using a scene, some controls, and styling.
We will touch upon the fundamentals of Java SE 8 features (such as Lambda and functional interfaces) to help increase code readability, quality, and productivity.
Once we have our first structured JavaFX 8 application, wouldn't it be nice if you could change the UI of your application without altering its functionality? You will learn about theming by having a glance at the fundamentals of JavaFX CSS styling.
Finally, you will find out how to use Scene Builder to create and define UI screens graphically and save them as a JavaFX FXML-formatted file. And you will get hands-on experience of creating custom controls.
In this chapter, we'll cover the following topics:
- Understanding JavaFX architecture components
- Using JavaFX components to set up the UI
- Using Java SE 8, Lambda expressions, and other features
- Theming your application to target different platforms
- Customizing the application UI with CSS
- Using the Scene Builder tool to create the UI visually
- Building a custom UI with FXML
- C++程序設(shè)計(第3版)
- Fundamentals of Linux
- Hands-On JavaScript High Performance
- C語言從入門到精通(第4版)
- HDInsight Essentials(Second Edition)
- Learn React with TypeScript 3
- Flutter跨平臺開發(fā)入門與實(shí)戰(zhàn)
- SQL Server實(shí)用教程(SQL Server 2008版)
- C++ Application Development with Code:Blocks
- 零基礎(chǔ)學(xué)HTML+CSS第2版
- 寫給大家看的Midjourney設(shè)計書
- Redmine Cookbook
- DevOps 精要:業(yè)務(wù)視角
- 例解Python:Python編程快速入門踐行指南
- Clojure Data Structures and Algorithms Cookbook