Use to create an empty Java client frame that is enabled as a databound Business Components client form. This form is empty because it contains no databound controls. You can use the Java Visual Editor to begin laying out databound controls with no additional code changes.
The frame the wizard generates will contain JClient-specific application bootstrap code. The bootstrap code creates a JUApplication object that defines the Business Components application module connection and creates the frame instance using a constructor with the JUApplication object.
The empty form contains a data panel that gets its panel binding from the frame. Swing controls that you add in the Java Visual Editor will get the panel binding from the data panel and thus share the same application module connection. You must still set the control binding on the Model property of each control.
The Create JClient Empty Form wizard:
About the ADF Bindings in JClient
Assembling JClient Forms Using the Visual Tools
Copyright © 1997, 2004, Oracle. All rights reserved.