super("Annoyance v1.0"); addMouseMotionListener(this); setVisible(true);
new Annoyance();
mouseMoved(me);
mX = (int)me.getPoint().getX(); mY = (int)me.getPoint().getY(); repaint();
int s = 100; g.setColor(Color.blue); g.fillRect(mX - s / 2, mY - s / 2, s, s);