General Classes and Methods

The JavaWindow class inherits from the Window class, based on the user installed application. This class is the main root for Java applications in the Repository.

A WindowOpened event in Java applications has the same functionality as in other applications. For details about setting an event to fire when a Java application window opens, refer to WindowOpened Event.

The FindWindow API allows the user to obtain a running instance of a window without intercepting the WindowOpened event. For details, refer to FindWindow API.