Search:

Type: Posts; User: GregBrannon

Search: Search took 0.11 seconds.

  1. Replies
    21
    Views
    1,563

    Re: Mouselistener issues

    Okay. It's a statement too broad that may be appropriate in the context of the tutorial, but I recommend you don't accept it as a significant learning point to be applied to future projects. There...
  2. Replies
    21
    Views
    1,563

    Re: Mouselistener issues

    Where did you read this?
  3. Replies
    21
    Views
    1,563

    Re: Mouselistener issues

    To add to your confusion, this:

    UserInterface.x_pressed = 10;

    is not object-oriented programming (OOP). It's anti-OOP. If you're using that statement in your ChessEngine class (what it should...
  4. Replies
    21
    Views
    1,563

    Re: Mouselistener issues

    "Symbol not found" means you've used a variable name that hasn't been declared within the scope you're using it. It's difficult to guide you to a solution without seeing the code, so post the code...
  5. Replies
    21
    Views
    1,563

    Re: Mouselistener issues

    You've evolved some. Now that you actually have a constructor, I recommend you review the code you have in the main() method you showed in post #9 and move most of that to the constructor. The...
  6. Replies
    21
    Views
    1,563

    Re: Mouselistener issues

    Typically in the constructor.
Results 1 to 6 of 6