Class GUIBrowser

  • All Implemented Interfaces:
    ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

    public class GUIBrowser
    extends JFrame
    An application allowing to explore a Java GUI application. Could be executed by command:
     java "application java options" \
       org.netbeans.jemmy.explorer.GUIBrowser \
       "application main class" \
       "application parameters"
     
    or from java code by GUIBrowser.showBrowser() method using.
    Author:
    Alexandre Iline (alexandre.iline@sun.com)
    See Also:
    Serialized Form
    • Method Detail

      • show

        public void show()
        Overrides:
        show in class Window
      • setStatus

        public void setStatus​(String st)
        Specifies a status text.
        Parameters:
        st - a status text.
      • showBrowser

        public static void showBrowser()
        Method to invoke GUIBrowser from java code.
      • main

        public static void main​(String[] argv)
        Method to invoke GUIBrowser as java application.
        Parameters:
        argv - Argument array. If not empty, first element should be
        main class of an aplication to be browsed.
        Other elements are application parameters.