public class CursorUtil extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
setCursorBusy(JComponent component)
Set cursor to busy and disable application input.
|
static void |
setCursorBusy(JDialog dialog)
Set cursor to busy and disable application input.
|
static void |
setCursorBusy(JFrame frame)
Set cursor to busy and disable application input.
|
static void |
setCursorFree(JComponent component)
Set cursor to free and enable application input.
|
static void |
setCursorFree(JDialog dialog)
Set cursor to free and enable application input.
|
static void |
setCursorFree(JFrame frame)
Set cursor to free and enable application input.
|
static void |
setCursorHand(JComponent component) |
public static void setCursorHand(JComponent component)
public static void setCursorBusy(JFrame frame)
frame - Frame to apply topublic static void setCursorFree(JFrame frame)
frame - Frame to apply topublic static void setCursorBusy(JComponent component)
component - Component within container to apply topublic static void setCursorFree(JComponent component)
component - Component within container to apply topublic static void setCursorBusy(JDialog dialog)
dialog - Dialog to apply topublic static void setCursorFree(JDialog dialog)
dialog - Dialog to apply toCopyright © 2016 Alter Hu. All rights reserved.