In the software I am currently developing, I want to disable a GUI element, bot not only want to grey it out, but signal it with the disabled cursor from Windows. I know the other option of making your own picture, but it comes with some problems. Other Desktop Envoirements do have simmalar Icons, at least I could find some in Icon Packs for Mac, KDE, Unity and Gnome.
Asked
Active
Viewed 112 times
0
-
1Possible duplicate of [Changing the mouse pointer in JtextPane](http://stackoverflow.com/questions/6615940/changing-the-mouse-pointer-in-jtextpane) – Timothy Truckle Dec 05 '16 at 15:25
-
1The obvious answer would be to use a custom cursor without any partially transparent pixels! (A GIF is good for that, since it does not support partial transparency.) – Andrew Thompson Dec 05 '16 at 21:30
-
@TimothyTruckle no it isn't, I forgot to mention, that there is no tag for "disabled" – Pascal Tänzer Dec 07 '16 at 14:36
-
So.. how'd you go using my suggestion? – Andrew Thompson Dec 09 '16 at 02:45