Package com.portal.app.cc
Class PAppInit
java.lang.Object
com.portal.app.cc.PAppInit
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
displayLogin
(ImageIcon img, String[] args, String mainPanel) Displays the login dialog, and upon successful login the UI component specified by 'mainPanel'.static void
Load any optional manager (VSE) properties/resources.
-
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
Displays the login dialog, and upon successful login the UI component specified by 'mainPanel'.- Parameters:
img
- The icon for the login dialogargs
- The command line argumentsmainPanel
- The class name of the panel to display upon successful login
-