Search:

Type: Posts; User: brigadier90

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    1,909

    Re: MouseMoved and MouseDragged problem

    sorry if its a bit long, this is as short as i could make it, thx again for taking a look:


    import java.awt.*;
    import java.awt.event.*;
    import java.awt.geom.AffineTransform;
    import...
  2. Replies
    2
    Views
    1,909

    MouseMoved and MouseDragged problem

    hey guys,
    so heres the problem, i have a stick rotating around the center of the ball when the mouse moves. here are portions of the code:


    public void paintComponent(Graphics g){...
Results 1 to 2 of 2