| getDefaultCursor() | ใช้คืนค่า default cursor ของ jcomponent |
|---|
method:getDefaultCursor ();
return type:Cursor
content:ใช้คืนค่า default cursor ของ jcomponent
example:JButton button = new JButton ( "cancel" ); Cursor default_cursor = button.getDefaultCursor ();