|
|
Q4034 How do I show an hour glass cursor when some process is going on?
irt.org | Knowledge Base | Java | Q4034 [ previous next ] Q4034 How do I show an hour glass cursor when some process is going on?That's a tricky one, because applets dont have explicit frames. But using a bit of sneaky code you have to get the frame object that contains the applet! use:
theFrame will finally contain a Frame object now simply do:
to get the hour glass cursor. Audrius Meskauskas writes: Since JDK1.1 use:
Feedback on 'Q4034 How do I show an hour glass cursor when some process is going on?' |
-- div -->
|