1. Custom Cursor in a Swing JDialog stackoverflow.comI have a Java Swing application, developed on Mac OS X 10.5 using Java 1.5. I'm trying to make a custom cursor appear when the user moves the mouse over some text ... |
2. swing: setting cursor on JDialog stackoverflow.comI have a JPanel inside a dialog. A MouseListener listens to mouse movements, and when the mouse is on a specific location, I call setCursor() on the panel to change the ... |
3. NotSerializableException for ToolkitImage when serializing a model in Swing stackoverflow.comI have Swing application which manipulate shapes. In my toolbar I have a zoom function that the user activate by clicking on a button, then the cursor of the mouse changes ... |
4. Wait cursor in JDialog forums.netbeans.orgI'm a bit new to Java and Netbeans, but I've been a programming for many years having come from Delphi, VB, FORTRAN...etc I'm having a bit of difficulty trying to set ... |
5. What is the expected behaviour of the cursor when a dialog appears? coderanch.comWhat is the expected behaviour of the cursor state when a JDialog appears? I have set up my application to set the cursor to the WAIT_CURSOR state when I am carrying out a long operation. Then I set it back to the DEFAULT_CURSOR state when the operation is complete. If the operation does not complete successfully an exception is thrown then ... |