Search:

Type: Posts; User: Norm

Search: Search took 0.20 seconds.

  1. Replies
    10
    Views
    1,539

    Re: Need Help Please and Thank You

    You need to check out the contents of the GUI and how you are laying it out and where you want what to be shown. Where is the Canvas class used? (rename it to MyCanvas)
  2. Replies
    10
    Views
    1,539

    Re: Need Help Please and Thank You

    Is a token an image? Have you tried using the drawImage() method in paintComponent()?

    Where do you create an instance of your Canvas class?

    BTW Canvas is the name of a Java SE class. Pick...
  3. Replies
    10
    Views
    1,539

    Re: Need Help Please and Thank You

    Listen for what?

    Have you looked at the tutorial for mouse listeners?
    How to Write a Mouse Listener (The Java™ Tutorials > Creating a GUI With JFC/Swing > Writing Event Listeners)

    What do you...
  4. Replies
    10
    Views
    1,539

    Re: Need Help Please and Thank You

    What is supposed to happen? I get the applet and I get a frame with an image in the center. Then what?

    Have you looked at the tutorial for mouse listeners?...
  5. Replies
    10
    Views
    1,539

    Re: Need Help Please and Thank You

    Please Edit your post and wrap your code with
    <YOUR CODE HERE> to get highlighting. The unformatted code is hard to read and work with.
Results 1 to 5 of 5