Class InstallPear

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

    public class InstallPear
    extends JFrame
    This GUI is used to install a pear file locally in a directory chosen by the user and then run the installed AE in CVD.
    The required field is : The pear file must be specified. The User may or may not specify the installation directory. If the installation directory is not specified, the current working directory is used by default.
    See Also:
    Serialized Form
    • Constructor Detail

      • InstallPear

        public InstallPear()
        This is the default constructor.
    • Method Detail

      • main

        public static void main​(String[] args)
        Starts the GUI application.
        Parameters:
        args - None.