Using setCursor with JFileChooser

How can you use a SetCursor() method after clicking the Open button of JFileChooser?
[91 byte] By [anjana_ka] at [2007-10-3 9:11:56]
# 1

component.setCursor(...);

If you need further help then you need to create a [url http://homepage1.nifty.com/algafield/sscce.html]Short, Self Contained, Compilable and Executable, Example Program[/url] (SSCCE) that demonstrates the incorrect behaviour, because I can't guess exactly what you are doing based on the information provided.

And don't forget to use the [url http://forum.java.sun.com/help.jspa?sec=formatting]Code Formatting Tags[/url] so the code retains its original formatting.

camickra at 2007-7-15 4:24:09 > top of Java-index,Java Essentials,Java Programming...