public class CursorToolkit extends Object
| Modifier and Type | Field and Description |
|---|---|
private static MouseAdapter |
mouseAdapter |
| Modifier | Constructor and Description |
|---|---|
private |
CursorToolkit() |
| Modifier and Type | Method and Description |
|---|---|
static void |
startWaitCursor(JComponent component)
Sets cursor for specified component to Wait cursor
|
static void |
stopWaitCursor(JComponent component)
Sets cursor for specified component to normal cursor
|
private static final MouseAdapter mouseAdapter
public static void startWaitCursor(JComponent component)
public static void stopWaitCursor(JComponent component)
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.