Skip to main content

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

I now know the guy that assigned me the task didn't do his homework. He
told me I had to implement this myself "or find a custom widget"... I'll
double check next time. 

Thank you people...

-----Original Message-----
From: Grant_Gayed@xxxxxxxxxx [mailto:Grant_Gayed@xxxxxxxxxx] 
Use Text.setEchoChar(). 
 


-----Original Message-----
From: Veronika_Irvine@xxxxxxxxxx [mailto:Veronika_Irvine@xxxxxxxxxx] 
Text text = new Text(shell, SWT.BORDER);
text.setEchoChar('*');
 


Back to the top