Yes but the code was terrible and not even meant to be anywhere near an official tool. It was written entirely in JavaFX and therefore you couldn‘t control the Z-order of the window, and couldn‘t hide the window from the taskbar either.
It was just for quick debugging really
Arbiter said he wanted JavaFX, don't see why entirely in JFX would be a problem, then again I am inexperienced mind you.
Also, working on the shitty overlay I have, one of the solutions I found to make it hidden from taskbar, but still an overlay is to use swing and embed the javafx, not sure if it'd pass by arbiter tho (
Is it possible to have a transparent utility stage in javafx?)
If anyone wants to see my shitty code, I'll gladly share it, it's spaghetti af