TUT6705 Screencast
TUT6705: Creating Amazing Scientific Visualization Tools with JavaFX 8 I just created a screencast that covers the main topics of my talk. It’s available on YouTube:
TUT6705: Creating Amazing Scientific Visualization Tools with JavaFX 8 I just created a screencast that covers the main topics of my talk. It’s available on YouTube:
TUT6705: Creating Amazing Scientific Visualization Tools with JavaFX 8 If the link above does not work, here is a backup version of the slides. But please try the JavaFX app instead. It is much cooler! Looking for the materials? This is the right page. Sample code will be published soon. …
If you want to know how to create amazing visualization tools then come to my talk: Creating Amazing Scientific Visualization Tools with JavaFX 8 [TUT6705]. I just finished the demo apps for my talk! Here’s a preview: The presentation software is a pure JavaFX application! All attendees will get access …
Since a few months we from DBF are working on an innovative JavaFX based accounting & cash register system for garage sales, flee markets and even large events. We just released the first version of the software! (Already 100+ users) What makes our software special is the fact that it …
Adding custom Icons: The window control comes with some predefined icons. But it is also possible to provide custom icons. To add a custom icon just add it via either getRightIcons().add(myIcon) or getLeftIcons().add(myIcon). The action of an icon can be defined by defining an EventHandler via setOnAction(..). Example: WindowIcon customIcon …
© 2024 mihosoft.eu