- JavaFX Essentials
- Mohamed Taman
- 300字
- 2021-07-16 14:03:21
Chapter 1. Getting Started with JavaFX 8
JavaFX is Java's next-generation Graphical User Interface (GUI) toolkit. It's a platform that makes it easy to rapidly build high-performance Java client-side applications.
JavaFX's underlying engines take advantage of modern GPUs through hardware-accelerated graphics, while providing well-designed programming interfaces, thus enabling developers to combine graphics, animation, and UI controls.
These capabilities allow you to deliver a compelling, complex, and fully customizable client GUI for your customer that will make them quite impressed.
While the original targets of Java were the embedded and client worlds, since 2006, many reasons pushed the Java language to become the top development platform for the Enterprise world.
But recently, with the JavaFX platform's entrance as the standard client GUI, those original targets have started to gain popularity again.
Although it is much more than just a GUI toolkit, JavaFX allows Java developers to create client applications with compelling user interfaces that easily connect to backend systems.
In addition, JavaFX's flexible FXML support allows you to build MVC (Model-View-Controller) architectural pattern applications easily, and use the WYSIWYG approach using the Scene Builder tool.
JavaFX's bindings feature simplified communication between entities and support MVC even further. In addition to that, JavaFX provides fast, customizable UI modeling using CSS.
By adding a full-fledged WebView
component with a document model, mapping to Java code is easy and provides great support for 3D and media capabilities.
In this chapter, we are going to cover the following topics:
- What is JavaFX and what are its targeted platforms?
- A walk through JavaFX history
- JavaFX goals, features, and what's new in JavaFX 8
- How to install Java SE 8, JavaFX 8, NetBeans, and configuring environment variables
- Developing a "Hello World" JavaFX 8 application, and understanding the JavaFX 8 basic application architecture and building blocks
- Python從菜鳥到高手(第2版)
- AngularJS深度剖析與最佳實踐
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- 單片機C語言程序設計實訓100例
- Linux C編程:一站式學習
- Mobile Device Exploitation Cookbook
- Swift 4從零到精通iOS開發
- ArcGIS for Desktop Cookbook
- Spring 5 Design Patterns
- 微課學人工智能Python編程
- Python機器學習開發實戰
- ASP.NET本質論
- C語言從入門到精通(微視頻精編版)
- 網絡工程方案設計與實施(第二版)