[go: up one dir, main page]

Menu

Commit [r441]  Maximize  Restore  History

Feature Request # 2698062

I added a WorkerDialog that is displayed on top of everything and modal when we want to indicate some sort of progress to the user. There is a spinning icon much like Safari's on the right of the window. I implemented it on the File > Save menu action and the File > Exit menu action since those normally just hung up the application and didn't report anything to the user. This may undergo changes as it is just a first pass.

bworrell 2009-04-15

changed /trunk/RTClient/src/org/mitre/rt/client/core/RTClient.java
added /trunk/RTClient/src/org/mitre/rt/client/resources/progress.gif
added /trunk/RTClient/src/org/mitre/rt/client/ui/WorkerDialog.form
added /trunk/RTClient/src/org/mitre/rt/client/ui/WorkerDialog.java
changed /trunk/RTClient/src/org/mitre/rt/client/ui/applications/MenuBar.java
changed /trunk/RTClient/src/org/mitre/rt/client/ui/checklanguages/CheckLanguageAddDialog.form
changed /trunk/RTClient/src/org/mitre/rt/client/ui/checklanguages/CheckLanguageAddDialog.java
changed /trunk/RTClient/src/org/mitre/rt/client/ui/comments/CommentAddPanel.java
changed /trunk/RTClient/src/org/mitre/rt/client/ui/comments/CommentRefsTablePanel.java
changed /trunk/RTClient/src/org/mitre/rt/client/ui/comments/CommentsTablePanel.java
changed /trunk/RTClient/src/org/mitre/rt/client/util/GlobalUITools.java
changed /trunk/RTClient/src/org/mitre/rt/client/xml/ApplicationHelper.java
changed /trunk/RTClient/src/org/mitre/rt/client/xml/RecommendationHelper.java