|

楼主 |
发表于 2004-6-9 21:02:01
|
显示全部楼层
要在那里設??
我在 bleuj/lib 里面找到 bluej.defs 這個文件
有一般是這樣的
[php]
# Theme fonts for User Interface components
# These specify font and font sizes for most of the interface components.
# This is the name of a font face with an optional "-bold" at the end.
# The theme fonts are only used if bluej.useTheme flag is true.
# Note: the use of theme flag and specification and non-standard fonts
# may affect bluej startup time (not confirmed for all systems)
# Use theme, which means interface and menu fonts can be specified.
bluej.useTheme=false
bluej.fontsize=12
bluej.font=SansSerif
#bluej.font=Monospaced
#bluej.font=SIMSUN
# fonts for menus
bluej.menu.font=SansSerif-bold
bluej.menu.fontsize=12
# END OF THEME FONTS[/php]
我將 bluej.useTheme=false 改為 bluej.useTheme=true
bluej.font=SansSerif 改為 bluej.font=Verdana
但好像沒有用....
還是一樣難看... |
|