Display Busy Cursor in Java
Saturday, March 31st, 2007Most guides and books will tell you that it is very easy to change the cursor in a Java application,
but there remains a problem in that we have to remember to use the same idiom whenever we want to control the cursor. We are also mixing the cursor control code with the main ‘business logic’ of the processing. Wouldn’t it be great if the cursor control could be factored out as a separate concern?