Search:

Type: Posts; User: Destro

Search: Search took 0.14 seconds.

  1. Replies
    2
    Views
    2,346

    Re: setCursor() Not Accepting java.awt.Cursor

    That makes sense. Thank you.

    I had no idea you could reference nested objects in such a way.
  2. Replies
    2
    Views
    2,346

    setCursor() Not Accepting java.awt.Cursor

    I'm confounded by an error I'm getting when I try to use the setCursor() method from within a JPanel.


    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.Cursor;

    public class...
Results 1 to 2 of 2