Hi,
How can you minimize UNDECORATED Stage when pressed on taskbar using JNI?
I've tried to figure out how it is done in JNA (from GitHub), but no luck there. I know how to make/call native functions, that is not a problem.
Can someone post or point me how it is done in JNA, I mean, what functions from C and what parameters I should send from Java.
All the results I find using Google, are examples using JNA directly, and not even one using natives.