Through a storm and through a lonely night .You can run away but you can’t hide !
JAVA零星记录
上一篇 /
下一篇 2008-04-29 23:02:38
/ 个人分类:JAVA
1.char[]型转String类型... ...
例如:char[] usepwd=jPasswordField1.getPassword();
String bj=new String(jPasswordField1.getPassword());
2.设置组件透明
例如:jButton1.setOpaque(false);
导入论坛
引用链接
收藏
分享给好友
推荐到圈子
管理
举报
TAG: