Busy cursor in Eclipse

Eclipse 2010. 2. 5. 00:14
        Runnable runnable = new Runnable() {
            public void run() {
                // code to execute
            }
        };       
        org.eclipse.swt.custom.BusyIndicator.showWhile(null, runnable);

http://dev.eclipse.org/newslists/news.eclipse.tools/msg40810.html
Posted by zennken

zennken

달력