Class SecurityDialog
  Class SecurityDialog
SecurityDialog
  -  class SecurityDialog
  
-  extends Dialog
  
A modal dialog box that allows the user to set the security
strategy for the AgentServer.
  
  -  
	bFinished
   -  
 
  
  -  
	SecurityDialog(Frame)
   -  Constructor.
 
  
  -  
	ShowAndLayout()
   -  Size the dialog to something appropriate, then make it
non-resizeable so that users don't go resizing it themselves.
  
 -  
	action(Event, Object)
   -  Process the OK and cancel buttons.
 
  
bFinished
  public boolean bFinished
  
SecurityDialog
  public SecurityDialog(Frame p)
  -  Constructor.
 
  
ShowAndLayout
  public void ShowAndLayout()
  -  Size the dialog to something appropriate, then make it
non-resizeable so that users don't go resizing it themselves.
 
action
  public boolean action(Event e,
                        Object o)
  -  Process the OK and cancel buttons.  This also gets called
every time the user changes the state of one of our Checkboxes
so we explicitly ignore that case.  When OK is hit, roll
through the SecurityItem Vector setting the state of each of
the items based on the checkbox state.