Class JBackup

    • Field Detail

      • m_strFileName

        public String m_strFileName
      • m_buttonGo

        protected JButton m_buttonGo
      • m_buttonSave

        protected JButton m_buttonSave
    • Constructor Detail

      • JBackup

        public JBackup()
      • JBackup

        public JBackup​(String title)
    • Method Detail

      • init

        public void init​(String title)
        Overrides:
        init in class org.jbundle.util.apprunner.AppRunner
      • getAppletInfo

        public String getAppletInfo()
        APPLET INFO SUPPORT: The getAppletInfo() method returns a string describing the applet's author, copyright date, or miscellaneous information.
        Overrides:
        getAppletInfo in class Applet
        Returns:
        The applet info.
      • main

        public static void main​(String[] args)
      • getPropertyView

        public org.jbundle.util.apprunner.PropertyView getPropertyView​(Properties properties)
        Screen that is used to change the properties.
        Specified by:
        getPropertyView in interface org.jbundle.util.apprunner.PropertyOwner