Frontend Development with JavaFX and Kotlin
eBook - ePub

Frontend Development with JavaFX and Kotlin

Build State-of-the-Art Kotlin GUI Applications

  1. English
  2. ePUB (mobile friendly)
  3. Only available on web
eBook - ePub

Frontend Development with JavaFX and Kotlin

Build State-of-the-Art Kotlin GUI Applications

Book details
Table of contents
Citations

About This Book

Build elegant, responsive, and stable Java Virtual Machine-based client applications (Fat Clients) with modern user interfaces. This book introduces JavaFX as a frontend technology and utilizes Kotlin instead of Java for coding program artifacts to boost code expressiveness and maintainability. Author Peter Späth employs a hands-on approach, providing practical examples and code to demonstrate each concept. Mid-level Java programming knowledge and a basic understanding of Kotlin are the only prerequisites; experience with JavaFX and frontend coding is not essential.

JavaFX is a modern frontend programming toolkit equipped with containers, menus, buttons, sliders, text fields, and various other controls necessary for communicating with your users, all of which are covered here. Despite its name, JavaFX applications can be coded with programming languages other than Java. The central requirement is that any language targeting JavaFX compiles to artifacts runnable on a Java Virtual Machine. Over the course of this book, you'll learn firsthand why Kotlin, with its elegant and concise syntax, is a perfect match.

After completing Frontend Development With JavaFX and Kotlin, you will be able to build frontends of mid-to-high level complexity, depending on present Java skills, and use Kotlin as a language for addressing GUI programming needs and accessing the JavaFX API.

What You Will Learn

  • Create a JavaFX + Kotlin development pipeline for Gradle, Eclipse and IntelliJ
  • Use JavaFX scenes, stages, and nodes/controls
  • Master JavaFX event handling, effects, and animation using Kotlin
  • Understand the JavaFX Concurrency Framework and Kotlin Coroutines for JavaFX

Who This Book Is For

Low- to mid-level Java or Kotlin developers with or without JavaFX experience who wish to learn how to build JavaFX applications with Kotlin.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Frontend Development with JavaFX and Kotlin by Peter Späth in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in Java. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2023
ISBN
9781484297179

Table of contents

  1. Cover
  2. Front Matter
  3. 1. Getting Started
  4. 2. Properties
  5. 3. Stages and Scenes
  6. 4. Containers
  7. 5. Visual Nodes
  8. 6. Lists and Tables
  9. 7. Events
  10. 8. Effects and Animation
  11. 9. Concurrency
  12. Back Matter