Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Password Text

Text text = new Text(shell, SWT.BORDER);
text.setEchoChar('*');





"Federico Daniel Tello Gentile" <fgentile@xxxxxxxxxxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx
03/03/2003 11:52 AM
Please respond to platform-swt-dev

 
        To:     <platform-swt-dev@xxxxxxxxxxx>
        cc: 
        Subject:        [platform-swt-dev] Password Text


Is there any widget to input a password? (using ***** or something)

Do I have to extend Text myself? Have you seen this kind of widget
anywhere in SWT. I'm developping for windows in a PocketPC.

Thank you!
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev





Back to the top