!7 cmodule MultiCommClient { switchable S password; enhanceFrame { minFrameSize(f, 300, 300); } visualize { if (empty(password)) ret jfullcenter(withTitle("Please enter password:", jpassword(password))); ret jlabel("OK"); } }