Category: Tutorial

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.

Showing map preview with MKMapSnapshotter

Working with MapKit can be tricky but if you only need a preview of the map then MKMapSnapshotter comes with a helping hand.

Sebastian Suchanowski

4 minute read

Working with MapKit can be tricky but if you just need a preview of the map then MKMapSnapshotter comes with a helping hand.