Friday, August 14, 2009

Java FX version of Periodeic Table

I am trying to demonstrate capabilities of JavaFX a version of the Periodic Table completely in JavaFX.

Most of the code is simple and short. A major part involves creating the layout of the elements on the main screen. This is done with some simple multiplication of the position the element should be present on with the height and width of each square the element is shown with.

Periodic Table Main Screen

Periodic Table Main Screen

The second feature is that of the element details popping up when one clicks on the element. This is done with a Rectangle being shown on the screen with Text on it and a fancy close button.

Element Detail Screen

Element Detail Screen

Launch the application

No comments:

Post a Comment