Topic: 请问有关更改系统界面风格的问题 |
Print this page |
1.请问有关更改系统界面风格的问题 | Copy to clipboard |
Posted by: shouni Posted on: 2004-09-16 17:46 我想实现在系统启动后,提供界面手动更改当前的界面风格,但是当使用 UIManager.setLookAndFeel(laf); SwingUtilities.updateComponentTreeUI(mainFrame);//mainFrame是系统的主界面 后只能更改当前见到的界面,其他的界面还是老样子,怎么回事?怎么样才能让整个系统的所有界面都更改呢? 另外:我知道只是update mainFrame ,但是其他的Frame我总不能一个一个去update吧,有没有方法一次性把所有的JFrame都update?? 或者通过什么方法,把系统中的所有load的class都得到呢?? |
2.Re:请问有关更改系统界面风格的问题 [Re: shouni] | Copy to clipboard |
Posted by: ljy0000 Posted on: 2004-09-19 09:44 SwingUtilities.updateComponentTreeUI(JFrame); |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |