Class PAppInit

java.lang.Object
com.portal.app.cc.PAppInit

public class PAppInit extends Object
static code used during application initialization. This code reads in various VSE modular properties and adds them to the main BAS properties, and also takes care of handling the login dialog.
Version:
%version: 9 % %date_modified: Tue Apr 16 09:06:24 2002 %
Author:
kapono
  • Constructor Details

    • PAppInit

      public PAppInit()
  • Method Details

    • initProps

      public static void initProps()
      Load any optional manager (VSE) properties/resources.
      Then load anything customized by the end customer (Customized.properties, CustomizedResources.properties).
      Once both are loaded, apply any add-on tabs specified by VSE to the end of the tab list.
    • displayLogin

      public static void displayLogin(ImageIcon img, String[] args, String mainPanel)
      Displays the login dialog, and upon successful login the UI component specified by 'mainPanel'.
      Parameters:
      img - The icon for the login dialog
      args - The command line arguments
      mainPanel - The class name of the panel to display upon successful login