Changeset 197:184ab53b7785 for dwt/custom/BusyIndicator.d
- Timestamp:
- 04/10/08 05:19:49 (9 months ago)
- Files:
-
- dwt/custom/BusyIndicator.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/custom/BusyIndicator.d
r155 r197 19 19 import dwt.widgets.Display; 20 20 import dwt.widgets.Shell; 21 import dwt.dwthelper. Integer;21 import dwt.dwthelper.utils; 22 22 import dwt.dwthelper.Runnable; 23 23
