| 编程中国 | 业界新闻 | 技术文章 | 视频教程 | 下载频道 | 程序源码 | 个人空间 | 编程论坛
全能ASP/PHP/ASP.NET主机,支持月付专业 MSSQL 数据库空间,支持月付专业 MySQL 数据库空间,支持月付学习型 ASP/PHP/ASP.NET 主机 30元/年
高端软件开发 = 年薪十万不是梦赛孚耐:软件保护加密专家身份认证令牌USB KEY 
共有 341 人关注过本帖
标题:[求助]怎么没有swing.properties这个文件呢
收藏  订阅  推荐  打印
叮叮当
Rank: 1
等级:新手上路
帖子:24
积分:340
注册:2007-1-2
[求助]怎么没有swing.properties这个文件呢

大家好,我安装的是sun网站上的JDK 6u2这个包,在jre/lib下没有swing.properties这个文件,是不是就不能改变观感了?我下载的是否不是完整版呢?请指教,谢谢~
搜索更多相关主题的帖子: properties  swing  文件  JDK  
2007-7-6 23:13
神vLinux飘飘
Rank: 12Rank: 12Rank: 12
等级:贵宾
威望:87
帖子:6085
积分:61226
注册:2004-7-17

u2发布了?快了,距离基于客户端的JRE发布也就快了

泛出微微的蓝色的光,像有生命般涌动着,闪烁着,平滑而优美,达到了机械和美学结合的最高境界,向一件艺术品一样,默默的展示着,寂寞而孤傲,只有宇宙才能证实它的存在,只有永恒可以于它并存
2007-7-7 02:43
千里冰封
Rank: 12Rank: 12Rank: 12
来自:灌水之王
等级:版主
威望:155
帖子:28362
积分:4616
注册:2006-2-26

我这里也没有啊

我1.6.0就没有

可惜不是你,陪我到最后
2007-7-7 09:34
Eastsun
Rank: 12Rank: 12Rank: 12
等级:贵宾
威望:32
帖子:801
积分:8540
注册:2006-12-14

以下是引用叮叮当在2007-7-6 23:13:56的发言:
大家好,我安装的是sun网站上的JDK 6u2这个包,在jre/lib下没有swing.properties这个文件,是不是就不能改变观感了?我下载的是否不是完整版呢?请指教,谢谢~

你下载的没错,jre/lib下没有swing.properties也很正常.
注意JAVA文档是这样说的:


Default look and feel

The class used for the default look and feel is chosen in the following manner:
  1. If the system property swing.defaultlaf is non-null, use its value as the default look and feel class name.
  2. If the Properties file swing.properties exists and contains the key swing.defaultlaf, use its value as the default look and feel class name. The location that is checked for swing.properties may vary depending upon the implementation of the Java platform. In Sun's implementation the location is ${java.home}/lib/swing.properties. Refer to the release notes of the implementation being used for further details.
  3. Otherwise use the cross platform look and feel.

注意第二点,说的是If the properties file swing.properties exists...
所以如果这个文件不存在的话,你可以在jre/lib目录下新建一个同名的文件,并在里面添加swing.defaultlaf的属性就可以制定默认的观感.

My BlogClick Me
2007-7-7 12:06
叮叮当
Rank: 1
等级:新手上路
帖子:24
积分:340
注册:2007-1-2

原来是这样啊,多谢Eastsun版主
2007-7-7 18:57
关于我们 | 广告合作 | 编程中国 | 清除Cookies | Archiver | WAP | TOP

编程中国 版权所有,并保留所有权利。鲁ICP备08000592号
Powered by Discuz, Processed in 0.066767 second(s), 9 queries.
Copyright©2004-2008, BCCN.NET, All Rights Reserved