Previous ION Java User's Guide: ION Java Class and Method Reference Next

IONWindowingClient()

The IONWindowingClient() method constructs an IONWindowingClient object. The connect method (from IONGraphicsClient) must be called to establish a connection between the client and the server.

Syntax

public IONWindowingClient(Component comp)

Arguments

comp

A Java AWT Component that is used to reference the display being used for the graphics. This is needed for creating offscreen images.

Exceptions

None.

  IDL Online Help (March 06, 2007)