Mastodon
All posts tagged

JavaFX

How to I18n in Javafx and IntelliJ IDEA

Yesterday I noticed there is an important topic missing in my JavaFX workshop: Internationalization. So here is a SSCCE for that. It’s basically a copy of my...

Table to Table Transition in JavaFX

Table to Table Transition in JavaFX

Recently and with the help of my coworker Scavenger156, I implemented a nice animation to show interactions between two tables in JavaFX. In our application ...

OpenSource Workshop for JavaFX beginners

Last week, I gave a JavaFX workshop for my coworkers. It went very well and was a lot of fun! To share knowledge and make my work available to the community...

Extendable Navigation Pane in JavaFX

Extendable Navigation Pane in JavaFX

This week, I implemented a navigation pane in JavaFX that can be used to navigate within an application. It has four buttons with icons. At first, only the i...

Extendable Search Pane in JavaFX

Extendable Search Pane in JavaFX

Yesterday, I implemented an extendable search pane in JavaFX. Having searched the web for a ready to use component, I found that most of the search panes hov...

JavaFX Series - Exit Application and Animated Harvesting

JavaFX Series - Exit Application and Animated Harvesting

This week, I got around to adding some animation into the game and fixing a (again) thread-related bug. Exiting the Application After playing around with t...

JavaFX Series - Threading Issues

For the next iteration of my tiny game, I wanted to add some action. I decided to let resources grow on themselve: Every three seconds, a resource spawner sh...

JavaFX Series - Hover-Panes

JavaFX Series - Hover-Panes

This article is part of my JavaFX Series. Get the preceding articles here. After setting up the basic world in which the simulation takes place, I decided t...

JavaFX Series - Separation & Life Cycle

JavaFX Series - Separation & Life Cycle

With the last post of this series, I started experimenting with JavaFX. Since then, I figured out how to separate the user interface (UI) framework from th...

JavaFX Series - Hello World!

I worked with Java Swing for quite some time now. However Swing is said to be dead since a couple of years, it seems that nobody notified some companies abo...