Microsoft SDK for Java

Control.onPaint

Triggers the paint event.

Syntax

protected void onPaint( PaintEvent e )

Parameters

e

A PaintEvent object that provides the event data.

Remarks

When overriding this method, call super.onPaint.

See Also   addOnPaint

© 1999 Microsoft Corporation. All rights reserved. Terms of use.