Skip to main content

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

Monday, March 3, 2003, 9:52:47 AM, Federico Daniel Tello Gentile wrote:

> 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.

No extension necessary.  Text already supports this.  Just call
Text.setEchoChar() with thatever character you want.

David

-- 
Regards,
David                            
mailto:dlwhiteman@xxxxxxxxxxxxxxx



Back to the top