PiRSquared17 / tomproject

Automatically exported from code.google.com/p/tomproject
0 stars 0 forks source link

Add setWaitCursor and setDefaultCursor method to SimpleFrame #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Inside SimpleFrame class

setWaitCursor {
 setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
}

setDefaultCursor() {
 setCursor(Cursor.getDefaultCursor());
}

Original issue reported on code.google.com by brito....@gmail.com on 24 Feb 2010 at 2:21

GoogleCodeExporter commented 9 years ago
Add to SimplePanel and SimpleDialog too.

Original comment by brito....@gmail.com on 24 Feb 2010 at 2:21

GoogleCodeExporter commented 9 years ago

Original comment by brito....@gmail.com on 26 Feb 2010 at 12:36

GoogleCodeExporter commented 9 years ago

Original comment by brito....@gmail.com on 7 Mar 2010 at 6:06