Working in the Zone
As you might have noticed, my posts haven’t been as regular as usual in the last time. The reason for that is a new project that needs a lot of caretaking. M...
As you might have noticed, my posts haven’t been as regular as usual in the last time. The reason for that is a new project that needs a lot of caretaking. M...
One of my recent assignments included writing an Excel report with Apache POI. This report has nine worksheets that cover different aspects of one business c...
This week, I practiced my first architectural kata (alternative link) with my mentor Jens Schauder and my co-mentee Thomas. These katas are meant to practice...
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...
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...
A couple of days ago, I saw an interesting way to prohibit the use of a method from a superclass. A coworker of mine wrote a subclass of a JTextField that sh...
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...
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...
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...