SWT密码输入框自定义样式
SWT密码输入框自定义样式,代码如下:
?
final Text txtpassword = new Text(shell, SWT.BORDER | SWT.PASSWORD);
txtpassword.setEchoChar('*');