The Visual J++ Control template provides a head start in creating a WFC control. The template provides a class that is derived from com.ms.wfc.ui.UserControl and that contains a ClassInfo class that is derived from UserControl.ClassInfo.
Note Before you start the following procedure, close any open projects. (On the File menu, click Close All.)
To create a control project with the Control template
For this scenario, type GroupCheck.
A collapsed view of your project appears in Project Explorer.
A file with the default name Control1.java is added to your project.
Note Renaming this file does not rename the associated class in the source code and vice versa. You must manually change all instances of the old name. (You can create an empty project and then add a control class to the project. You can then name the control before it is created.)
The next step is to design the layout of your control.