Class GSetup

java.lang.Object
org.gsusers.gsmv.steps.GSetup

public class GSetup extends Object
Provides the screen for program setup
See Also:
  • Constructor Details

    • GSetup

      public GSetup(gsLogger _logger, Preferences _prefs) throws IOException
      constructor for gSetup. GSetup tests if working directory for Brennan's urGenova exists, and creates it, if not. It populates it with the appropriate version of urGenova, according the the actual operating system. In earlier versions of G_String users had had to create a working directory anywhere, and with any name. Now it happens automatically in the user's home directory, and it is named "G_String_Working_Directory".
      Parameters:
      _logger - pointer to org.gs_users.gs_lv.GS_Application logger
      _prefs - Preferences
      Throws:
      IOException