Class DefaultFrame

All Implemented Interfaces:
com.globalmentor.beans.PropertyBindable, com.globalmentor.beans.PropertyConstrainable, io.clogr.Clogged, Component, CompositeComponent, ContentComponent, Frame, InputFocusableComponent, InputFocusGroupComponent, ModalComponent<Frame.Mode>, Displayable, InfoModel, LabelModel, Model, PresentationModel, DepictedObject

public class DefaultFrame extends AbstractFrame
Default implementation of a nonmodal frame with default layout panel.
Author:
Garret Wilson
  • Constructor Details

    • DefaultFrame

      public DefaultFrame()
      Default constructor with a default layout panel child component.
    • DefaultFrame

      public DefaultFrame(Component component)
      Component constructor.
      Parameters:
      component - The single child component, or null if this frame should have no child component.