Topic: 请问为什么windows标题栏字体会变得这么小?

  Print this page

1.请问为什么windows标题栏字体会变得这么小? Copy to clipboard
Posted by: zerol
Posted on: 2004-08-12 00:35

每次调大了,又会自动变小,是不是有病毒?

2.Re:请问为什么windows标题栏字体会变得这么小? [Re: zerol] Copy to clipboard
Posted by: chenyajun5
Posted on: 2004-08-12 06:58

我也很郁闷,,没法,只好总是改来改去,,

3.Re:请问为什么windows标题栏字体会变得这么小? [Re: chenyajun5] Copy to clipboard
Posted by: nothing
Posted on: 2004-08-12 08:06

我的windows 2k server 也经常这样....郁闷...

4.Re:请问为什么windows标题栏字体会变得这么小? [Re: nothing] Copy to clipboard
Posted by: janage
Posted on: 2004-08-12 08:13

呵呵,我用的是XP。好像重来没碰到过。

5.Re:请问为什么windows标题栏字体会变得这么小? [Re: zerol] Copy to clipboard
Posted by: cailuyu
Posted on: 2004-08-12 10:24

我的2k server也经常这样 好像如果explore死过一次就这样 不过重启就ok了

6.Re:请问为什么windows标题栏字体会变得这么小? [Re: zerol] Copy to clipboard
Posted by: rivier
Posted on: 2004-08-12 11:31

沒碰過啊

7.Re:请问为什么windows标题栏字体会变得这么小? [Re: zerol] Copy to clipboard
Posted by: bwpc
Posted on: 2004-08-12 12:28

我的win2k pro 也很正常啊,没碰到过

8.Re:请问为什么windows标题栏字体会变得这么小? [Re: rivier] Copy to clipboard
Posted by: yyfr
Posted on: 2004-08-12 21:29

rivier wrote:
沒碰過啊

9.Re:请问为什么windows标题栏字体会变得这么小? [Re: zerol] Copy to clipboard
Posted by: jfml
Posted on: 2004-08-12 21:51

我经常碰到,烦死了

10.Re:请问为什么windows标题栏字体会变得这么小? [Re: zerol] Copy to clipboard
Posted by: taogang
Posted on: 2004-08-13 08:22

据说是系统资源不足

11.Re:请问为什么windows标题栏字体会变得这么小? [Re: zerol] Copy to clipboard
Posted by: dennisjl
Posted on: 2004-08-13 13:59

我的系统(win2000 server)也有这种情况,好像是近一年才有的,应该是windows补丁的问题。

12.Re:请问为什么windows标题栏字体会变得这么小? [Re: taogang] Copy to clipboard
Posted by: cailuyu
Posted on: 2004-08-13 14:17

taogang wrote:
据说是系统资源不足


en 有可能! 每次用n多虚存就会这样

13.Re:请问为什么windows标题栏字体会变得这么小? [Re: zerol] Copy to clipboard
Posted by: floater
Posted on: 2004-08-14 09:43

I got this with ISO-2022-CN encoding. But back to normal if I set to GB2312.

14.Re:请问为什么windows标题栏字体会变得这么小? [Re: cailuyu] Copy to clipboard
Posted by: jfml
Posted on: 2004-08-14 09:49

cailuyu wrote:
en 有可能! 每次用n多虚存就会这样


我内存512M的,虚拟内存不知道有多少,至少1,2G吧
怎么可能不够,而且平时也就上上网而已

15.Re:请问为什么windows标题栏字体会变得这么小? [Re: zerol] Copy to clipboard
Posted by: jfml
Posted on: 2004-08-14 09:51

floater wrote:
I got this with ISO-2022-CN encoding. But back to normal if I set to GB2312.


请问老大是在哪里修改的啊?

16.Re:请问为什么windows标题栏字体会变得这么小? [Re: zerol] Copy to clipboard
Posted by: floater
Posted on: 2004-08-14 10:03



(缩略图,点击图片链接看原图)

17.Re:请问为什么windows标题栏字体会变得这么小? [Re: jfml] Copy to clipboard
Posted by: sunwave
Posted on: 2004-09-01 19:12

我是这么做的:遍历组件,设置自己的字体

18.Re:请问为什么windows标题栏字体会变得这么小? [Re: zerol] Copy to clipboard
Posted by: sunwave
Posted on: 2004-09-23 10:52

在Windows风格下会有这个问题,我也找不到什么解决方法。就写了如下的方法:
//传递一个JComponent ,然后对该组件上容纳的所有Swing组件进行字体设置
public static void setFontsForAllJComponents(JComponent parent)
{
ArrayList alJCom = getAllJComponents(parent);
for(int i=0; i<alJCom.size(); i++)
{
JComponent c = (JComponent) alJCom.getLight Bulb;
c.setFont(GUIBox.dialogFont);//设置为自己定义的一种字体
}
}

private static ArrayList getAllJComponents(JComponent c)
{

ArrayList comList = new ArrayList();
Component[] temp = c.getComponents();
for(int i=0; i<temp.length; i++)
{
if(temp[i] instanceof JComponent)
{
comList.add(temp[i]);
}
}
return comList;

}


   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