NetBeans 菜单 字体 大小

来源:互联网 发布:知乎和天涯哪个好 编辑:程序博客网 时间:2024/06/06 05:10

难道是java对非英文字体支持的问题?
一以贯之,多年如一日的,菜单字体太小了。一如它的网站。
几乎就比针尖大那么一点。主要就是让人背菜单玩儿的。

netbeans menu with small font

很多年不用了。eclipse 比较红嘛。
今天开始想试试 groovy ,所以一时不忍,动手找找看。G

http://hi.baidu.com/hanlt/blog/item/81a18f9586e3524ed0135e5c.html

http://hi.baidu.com/5i24/blog/item/3a186459c30c502e2834f03d.html

 

netbeans --fontsize 12

 

12 像素,对咱已经够大小了。比 ff 已经稍大了些。

menu with larger font

一个重点,fontsize 前的 --是两个 - 。是非 windows 平台的习惯吧。
刚开始试的时候,没注意。失败了几次。

 

另外就是,安装目录里的 etc 目录里的 netbeans.conf 应该是颇有些潜力可挖的。

 


 

netbeans --help


The launcher has determined that the parent process has a console and will reuse
 it for its own console output. Closing the console will result in termination o
f the running program.
Use '--console suppress' to suppress console output.
Use '--console new' to create a separate console window.

Usage: launcher {options} arguments

General options:
nbsp; --help                show this help
  --jdkhome <path>      path to JDK
  -J<jvm_option>        pass <jvm_option> to JVM

  --cp:p <classpath>    prepend <classpath> to classpath
  --cp:a <classpath>    append <classpath> to classpath

  --fork-java           run java in separate process
  --trace <path>        path for launcher log (for trouble shooting)

  --console suppress    supppress console output
  --console new         open new console for output

Module reload options:
  --reload /path/to/module.jar  Installs or reinstalls a module JAR file.

其他模块选项:
  --open file1[:line1]...   打开指定的文件(可能位于给定位置)

Core options:
  --laf <LaF classname> use given LookAndFeel class instead of the default
  --fontsize <size>     set the base font size of the user interface, in points
  --locale <language[:country[:variant]]> use specified locale
  --userdir <path>      use specified directory to store user settings
  --nosplash            do not show the splash screen

原创粉丝点击