Constructs a AppClassLoader with a custom classpath, indicating
whether the class loader should delegate to its parent class loader
prior to searching for a given resource.
This security manager extends sun.applet.AppletSecurity b/c
AppletViewer does some casts that assume that is the only security
manager that will be installed.
This method is not protected by any synchronization locks (nor should
it be); in the presence of multiple simultaneous event dispatch
threads, the listener must be threadsafe.
Convenience functions to wrap a given test case such that individual
methods may be run with heavy repetition, and default suites run with
light repetition.
Override the default TestCase runBare method to ensure propert test
harness setup and teardown that won't likely be accidentally overridden
by a subclass.
Deprecated.Set the properties for your action directly.
Install the given documentation properties, given as an array of four
Strings. Add-on classes derived from ComponentTester should invoke
this for each exported action. These properties are for use by the
editor to better describe the available methods.
A better text field that fires when focus leaves the component, and
also selects all the contents when the action is fired to indicate the
contents were accepted.
Issue a programmer warning, which will include the source line of the
warning, and a stack trace with up to the given number of lines, but
only in debug builds.