This class can take a variable number of parameters on the command
line. Program execution begins with the main() method. The class
constructor is not invoked unless an object of type '%FILENAME%'
created in the main() method.
Fields Summary
Container
components
NOTE: The following code is required by the Visual J++ form
designer. It can be modified using the form editor. Do not
modify it using the code editor.
Constructors Summary
public FILENAME()
super();
// Required for Visual J++ Form Designer support
initForm();
// TODO: Add any constructor code after initForm call
Methods Summary
public void
dispose()
%FILENAME% overrides dispose so it can clean up the
component list.
super.dispose();
components.dispose();
private void
initForm()
this.setClientSize (new Point(300,300));
this.setText ("%FILENAME%");