All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----mkgray.gui.util.DoubleBuffer
public void update(Graphics g) { db.update(this, g); }
Poof, you'll have beautiful double buffered output that doesn't flicker.
public DoubleBuffer()
public final synchronized void update(Component dbc, Graphics theG)
All Packages Class Hierarchy This Package Previous Next Index