One quick post to share a simple class that will allow users to drag a Stage if it has been declared Transparent or undecorated.
Continue reading “Drag an undecorated Stage with the mouse.”
Java (FX) and tech related
One quick post to share a simple class that will allow users to drag a Stage if it has been declared Transparent or undecorated.
Continue reading “Drag an undecorated Stage with the mouse.”
I recently spent quite some time on a trivial (apparently not) issue. I wanted to deliver custom themes for my application, and allow users to radically change the look with a click in a Menu.
The difficulty went with the fact that I wanted to allow people to modify my application JAR, in order for them to ship their own theme.
Here is how I’ve done it.
Continue reading “Change your application theme dynamically.”