Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] PASSWORD style or Text.setEchoChar()?

Hi,

SWT.java defines a "PASSWORD" style that is used for Text control. But Text.java does not mention the PASSWORD style at all. What happens when I use both PASSWORD style and setEchoChar()? which one has higher priority?

Regards,
Yu


Back to the top