Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.20 seconds.

  1. Replies
    4
    Views
    3,796

    Re: Drawing a selection box using swing

    And even more crossposts:
    java - Drawing a selection box using Swing - Stack Overflow
    Drawing a selection box using swing (Swing / AWT / SWT / JFace forum at JavaRanch)
  2. Replies
    4
    Views
    3,796

    Re: Drawing a selection box using swing

    Ugh, but I guess I'm just wasting my time, since you've already received and ignored this advice elsewhere.

    http://www.java-forums.org/awt-swing/43694-drawing-selection-box-using-swing.html
  3. Replies
    4
    Views
    3,796

    Re: Drawing a selection box using swing

    The reason you're seeing flickering is because you're doing your painting incorrectly. If you're calling getGraphics() on a Component, you're going to have issues.

    You have the general idea right-...
Results 1 to 3 of 3