Panel.endUpdate

Syntax

endUpdate();

Description

The endUpdate method enables panel redrawing and refreshes it.

Comments

It is used together with the beginUpdate method.

Example

The example of method use is given in the Example of Creating the Panel Component page.

See also:

Panel