Package gr.zeus.ui.swingworker.yexinchen

Class Summary
GlassPane This is the glass pane class that intercepts screen interactions during system busy states.
SwingWorkerVariant This is a variant of the SwingWorker It works in conjunction with the GlassPane class to allow users to execute timeconsuming task on a separate thread The GlassPane addition can prevent users from executing another SwingWorker task while one SwingWorker task is already executing.