!7 cmodule MultiCommClient { S password; visualize { if (empty(password)) ret jfullcenter(withLabel("Please enter password:", jpassword(password))); ret jlabel("OK"); } }