Class NamedFrame
public
class
NamedFrame
extends
Frame
A
Frame that has a 'name' associated
with it. This allows the frame to be the target of a
FormPanel
Constructors
Methods
getName() | Gets the name associated with this frame. |
Constructor Detail
NamedFrame
public
NamedFrame(
String name)
Constructs a frame with the given name.
Parameters
- name
- the name of the frame
Method Detail
getName
Gets the name associated with this frame.
Return Value
the frame's name