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.
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.
No comments:
Post a Comment