comparison dwt/custom/BusyIndicator.d @ 223:d0081b1505da

dwt.dwthelper restructure
author Frank Benoit <benoit@tionex.de>
date Thu, 10 Apr 2008 08:58:40 +0200
parents d5b1c263ee37
children 380bad9f6852
comparison
equal deleted inserted replaced
222:79bb10c082fb 223:d0081b1505da
16 16
17 import dwt.DWT; 17 import dwt.DWT;
18 import dwt.graphics.Cursor; 18 import dwt.graphics.Cursor;
19 import dwt.widgets.Display; 19 import dwt.widgets.Display;
20 import dwt.widgets.Shell; 20 import dwt.widgets.Shell;
21 import dwt.dwthelper.Integer;
22 import dwt.dwthelper.Runnable; 21 import dwt.dwthelper.Runnable;
23 import dwt.dwthelper.utils; 22 import dwt.dwthelper.utils;
24 23
25 /** 24 /**
26 * Support for showing a Busy Cursor during a long running process. 25 * Support for showing a Busy Cursor during a long running process.