English 中文(简体)
扩大净贝南的原产地面积和单位
原标题:Increase the font size of output and menus in NetBeans
  • 时间:2017-05-09 09:37:45
  •  标签:
  • netbeans

我正在使用最新版本的NetBeans,我需要增加产出和菜单(无代码部分)。 我尝试:

netbeans_default_options=".... --fontsize 16"

但是,当我把这一句添加到“条码”中时,国际民主和选举援助学会就没有启动。 请帮助我或我盲目:D

最佳回答

On Windows 10 editing netbeans.conf (appending the --fontsize 16 to netbeans_default_options) normally should work (at least, it works for me with the latest NetBeans). Another solution is to start netbeans.exe with --fontsize 16 option. For instance, having a shortcut to NetBeans on a desktop, you can modify it in the following fashion: right-click on the shortcut, click Properties, select Shortcut, append to the target line --fontsize 16.

问题回答

Go to the bin directory where Netbeans is installed. Generally the defualt is : C:Program FilesNetBeans <version>in. Now through Command Prompt start netbeans by: netbeans --fontsize 14 --console suppress. By using --console suppress you can close the cmd window, without affecting the netbeans window.

A. 安排 -J-Dsun.java2d.dpiaware=true - &;假,为我工作

Please follow the below steps:

NetBeans Menu:

C:Program FilesNetBeans 8.2in>netbeans --fontsize 20

NetBeans 项目夹/档案导航:

C:Program FilesNetBeans 8.2in>netbeans --laf javax.swing.plaf.metal.MetalLookAndFeel --fontsize 20

Menu和Taba项目的解决办法。 就产出窗口而言,你只能使用Ctrl+ 在该区或右边点上点击,并选定大公司(或小公司)。

Install, register and set as default appropriate JDK (Tools -> Options -> Java -> Java Shell). For example: NetBeans 11.x - JDK 11. Than use --fontsize.

如果您在视窗上再读到电离层;OPTIONS >MISCELLANEOUS >OUTPUT Click on font: to change font amount:





相关问题
Netbeans CVS - existing repo - existing working copy

I m using Netbeans to develop with Drupal. I m trying to let Netbeans get drupal core and modules from the repository on drupal.org to my local working copy. Problem is: I already have a working ...

Java Library and Class Path Problems

Quick personal background: I was hired a few months ago as the sole .NET developer (C#) by a company whose other devs are all php devs. A week into the job I was told they wanted to switch to Java ...

Privileged operations in netbeans mobility

I m writing a Java ME app that will use privileged operations such as messaging. By default the user is prompted to confirm each of these operations, but I would like to run it as a background ...

Running unit tests on both windows and linux

Is there a way, a method, to be able to effectively run unit tests (phpunit) on both linux and windows? I need to do this because some parts of the system is only available under linux, but i do want ...

Dependency bundle (jar-files/sources/API docs) in Eclipse

I m developing various in-house extensions for JIRA, the issue tracker we use. So far I worked with Netbeans and everything worked like a charm. However, now I need to switch to Eclipse and I m ...

热门标签