aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Replacement for busy cursor Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Replacement for busy cursor" Watch "Replacement for busy cursor" New topic
Author

Replacement for busy cursor

Barry Brashear
Ranch Hand

Joined: Jun 05, 2001
Posts: 303
Does anyone know of a better means of imforming the user that something is
taking place behind the scenes without using the busy cursor? This is to
allow to user to undertake another task without waiting for the first to
complete

Thanks.
Stuart Gray
Ranch Hand

Joined: Apr 21, 2005
Posts: 410
You could use some kind of animated icon in the window where the process is taking place (like in most web browsers when they are downloading a page).

You could also use a progress bar of some description.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Replacement for busy cursor
 
Similar Threads
Disable the page if user clicks any link
how to make swing components ignore the user events ??
setCursor in JApplet ???
WA #1.....word association
JFrame not repainting when overlayed JDialog is closed