Search:

Type: Posts; User: copeg

Search: Search took 0.15 seconds.

  1. Replies
    3
    Views
    1,812

    Re: Drawing a line and repaint()

    I'm glad to here it. If have any questions along the way let us know.
  2. Replies
    3
    Views
    1,812

    Re: Drawing a line and repaint()

    A few tips:
    a) Override paintComponent, not paint
    b) Use a MouseListener, and don't add a listener via the Toolkit (see How to Write a Mouse Listener (The Java™ Tutorials > Creating a GUI With...
Results 1 to 2 of 2