My Recent Pastes (1 and counting)

All Pasties (over 1 and counting)

Below are summaries of the 1 most recent pasties by William Taysom.

December 06, 2006
4:43AM EDT
by William Taysom

1
2
3
4
5
public synchronized void paint(Graphics g) {
        Graphics2D g2 = (Graphics2D) g;
        int w = getWidth();
        int h = getHeight();
        ...