© Ted Hagos 2022
T. HagosBeginning IntelliJ IDEAhttps://doi.org/10.1007/978-1-4842-7446-0_12

12. JavaFX

Ted Hagos1  
(1)
Makati, Philippines
 
In this chapter, we will cover the following:
  • Overview of JavaFX

  • How to set up JavaFX and include it in projects

  • How to build a basic UI app using JavaFX

  • How to set up and use Scene Builder

There are three ways to build user-friendly apps in Java. You can either go the
  • Web App route, in which case you’ll need to know something about JakartaEE apps — Appendix A (an online-only resource for this book) briefly discusses some common JakartaEE apps and how to build them using IntelliJ. You can access this appendix via the Download Source Code link located at www.apress.com/9781484274453.

  • Mobile App route, in which case you’ll ...

Get Beginning IntelliJ IDEA: Integrated Development Environment for Java Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.