private MFrame frame = new MFrame ("Session Limit Exceeded");
public SessionLimitExceeded (Object aInitializer)
{
super (aInitializer, "Session Limit Exceeded");
AuthorizationManager theAuth = AuthorizationManager.getInstance ();
MLabel theLabel =
new MLabel ("License level does not allow more than " +
theAuth.getAuthorizationValue (theAuth.AUTHORIZATION_SESSIONS).
toString () + " sessions");
frame.add (theLabel);
MButton theButton = new MButton ("OK");
theButton.setLink ("http://maui.bitmovers.com");