A frame is a top-level window with a border and a title. It has standard window controls such as a control menu, buttons to minimize and maximize the window, and controls for resizing the window.
The New Frame dialog adds a new class to the active project. It adds
necessary import statements, creates a default constructor, and it
creates a jbInit()
method in which JDeveloper sets
properties and other initialization code used by the Java Visual Editor.
To add a frame:
Choose File
New to locate the New Frame dialog in the New Gallery.
In the Categories list, expand Client Tier and select Swing/AWT.
In the Items list, select Frame and click OK to launch the New Frame dialog.
.java
source
file in the Navigator.
To view the a frame in JDeveloper:
Right-click the file in the Navigator and choose Open and click the Design tab to use the interactive UI design tools, such as the Component Palette and the Property Inspector.
Right-click the file in the Navigator and choose Open to begin customizing the source code directly.
Copyright © 1997, 2004, Oracle. All rights reserved.