Relative Content

Tag Archive for javafx

Problem Loading an Image File with Diatric Letters in Filepath

I have a JavaFX app that loads image files and performs certain manipulations on them. I recently became aware of a problem in which on Windows machines, the app won’t load and process images that have non-English letters in the filepaths (ex. å, ü, ó).

How to make a circle orbit another circle in JavaFX?

I am currently writing a program to let the user build an atom in javafx, and i decided to show the user the valence electrons in an atom. I also thought it would be nice to make them spin, but I am running into some issues.