- 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
- Learning Scala Programming
- OpenStack Cloud Computing Cookbook(Third Edition)
- Selenium Design Patterns and Best Practices
- 編程數學
- Learning Unreal Engine Android Game Development
- Statistical Application Development with R and Python(Second Edition)
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- Python硬件編程實戰
- Python物理建模初學者指南(第2版)
- Spring Web Services 2 Cookbook
- Python Django Web從入門到項目實戰(視頻版)
- PHP程序設計經典300例
- Java程序設計基礎教程
- 流程讓管理更高效:流程管理全套方案制作、設計與優化
- PHP編程(第4版)