Package ucb.gui2

Class Widget

  • Direct Known Subclasses:
    Pad

    public abstract class Widget
    extends Object
    The parent class of all additional things that may be added to a TopLevel.
    • Field Detail

      • me

        protected JComponent me
        The component representing me.
    • Constructor Detail

      • Widget

        public Widget()
    • Method Detail

      • requestFocusInWindow

        public boolean requestFocusInWindow()
        Request that I get the focus. Returns false if request is certain to fail, and true otherwise.