[kepler-dev] [Bug 4304] Progress monitor is blank when authenticating for KAR upload

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Mon Jan 25 16:57:40 PST 2010


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4304

Aaron <aschultz at nceas.ucsb.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|aschultz at nceas.ucsb.edu     |swriddle at gmail.com

--- Comment #2 from Aaron <aschultz at nceas.ucsb.edu> 2010-01-25 16:57:39 PST ---
I don't think we will have this progress monitor anymore.  The new solution is
to use the wait cursor instead which is a very good way to indicate to the user
that Kepler is doing something without having to worry about using a
SwingWorker to launch a new thread.

setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
setCursor(Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR));

making sure that these are in the actionPerformed method (it doesn't work
otherwise)

Reassigning this to Sean since he's working on this now.

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Kepler-dev mailing list