theAuth.getAuthorizationValue (theAuth.AUTHORIZATION_SESSIONS).
toString () + " sessions");
frame.add (theLabel);
MButton theButton = new MButton ("OK");
theButton.setLink ("http://maui.bitmovers.com");
theButton.addActionListener (new MActionListener ()
{
public void actionPerformed (MActionEvent aEvent)
{
exitAll ();
}