FileDocCategorySizeDatePackage
Control.javaAPI DocExample842Sun May 31 01:00:00 BST 1998None

FILENAME

public class FILENAME extends UserControl
This class is a visual component. The entry point for class execution is the constructor.

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
private voidinitForm()


	  
	
		this.setSize(new Point(300, 300));
		this.setText("%FILENAME%");