Posted By:
Sudhakar_S
Posted On:
Monday, January 7, 2002 05:58 AM
I am having a JButton in a JFrame.When i click the button, i am calling another class file,say class1 which inturn calls another class file to open another frame, JFrame indeed.These processes takes some 25 seconds.So i want to change the cursor type of the first frame explicitly to hand cursor or some thing else.This i think i have to do it in the first class(class1) where the processing starts.
How could i do this?
- thanks in advance.