I have a 35×40 px. png image I want to use as a custom cursor in a Swing application. The image has a glow so contains alpha transparency values. Problem is when I attempt to use the conventional method of using the Toolkit to generate the custom cursor I get black pixels where alpha transparency values should be. Here is
Tag: mouse-cursor
How to change the cursor type
This question is related to the previous post. How to save file and read alt text http://freeimagehosting.net/image.php?dc73c3bb33.jpg How can I change the cursor to “Hand” only when the mouse pointed on grid which is not Null (contained images)? So far the cursor turn to “Hand” all over the grids (null or not null). Answer This should have the desired effect: