public void paint(int x, int y, Graphics g) {
}
You forgot to specify what x and y were.
solved Doodling in java (mouse listener) [closed]
public void paint(int x, int y, Graphics g) {
}
You forgot to specify what x and y were.
solved Doodling in java (mouse listener) [closed]