Artikel-Schlagworte: „Java“

JavaFX resize

Montag, 17. Dezember 2012

After the previous posts, this is the first one that uncovers an issue, where a custom solution is required.

(weiterlesen …)

Overlay with AnchorLayout

Sonntag, 16. Dezember 2012

Aim of this post is to show how multiple animations or other nodes can be placed side by side in an efficient way on a single layer on the stack

(weiterlesen …)

JavaFX animated overlay with Canvas

Sonntag, 16. Dezember 2012

As mentioned in my last post the next step in my exploring is the creation of an animation. I could achieve this with the help of this blogpost.

(weiterlesen …)

First steps with JavaFX

Samstag, 15. Dezember 2012

Recently I visited a presentation about JavaFX and I got the impression, that this might be something which might be useful for my OpenPatrician project. Therefore I added a task to explore different aspects need for the game. In this first part I present two basic examples.

(weiterlesen …)

Tetris in Java

Sonntag, 7. Oktober 2012

This small programming exercise is mostly a proof of concept, that the it is possible to create a simple game using the Rendering engine within only a few hours.

(weiterlesen …)