Category: Cross-Platform

Vertical, stateful JFXTabPane with icons in JavaFX

In this post, I will show you how to build a custom vertical tab bar with icons using JFXTabPane. Our main goal over here is to create a side menu with 1 tab being single state logout button. Let's take a look at the final result:

Sebastian Suchanowski

6 minute read

A while ago I’ve started working on a product that needed a multiplatform desktop app. I choose JavaFX as due to my research it will work the best with the other tools and frameworks that are necessary for this project.