setCursor deprecated...
Hi,
im using Java 1.5, and Im trying to set the cursor to a wait or a hand
cursor while my application is "working". I have
myjframe.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
which does compile without deprecation, however it does not effectively
change the cursor, as I would like it to. Ive also tried Hand Cursor,
which does not change the cursor either...
any ideas? Thanks!
.
Relevant Pages
- Re: Schema Change Error
... > We have a Java application which is running for 24 hours and we have ... We are connected to SQL Server ... > We get the above error when there is a schema change i.e. ... something concurrently that your cursor relies on. ... (microsoft.public.sqlserver.jdbcdriver) - Re: Is scaling the cursor possible?
... >> smaller, when moved downwards, the image gets bigger? ... > You could do it in Java when the cursor is ... > over a Java component. ... (comp.lang.java.programmer) - Re: Strange mouse cursor in Safari
... It's a java wait cursor. ... It's the cursor that Safari uses for the CSS "progress" cursor style. ... JavaScript can of course be used to set the cursor property of a style ... (uk.comp.sys.mac) - C# equivalent for Javas Robot-class
... How can I move the cursor on the screen and press buttons (like a human ... but in Java it is done via Robot-class. ... Prev by Date: ... (microsoft.public.dotnet.languages.csharp) - Re: Java is the slum of the computing world.
... C# is another crappy M$ implementation of java. ... Linux for a few years, then maybe you'll know how to write code ... and how the cursor is drawn. ... > Easy cross-platform development using Java or C# ... (microsoft.public.dotnet.languages.vb) |
|