1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

高解像度ディスプレイでJmeterのGUIを起動するとアイコンと文字が小さすぎて見づらい

Posted at

ノートPCが4Kディスプレイなのですが、JmeterのGUIを起動すると
アイコンと文字が小さすぎて見づらいですが、以下の対応で若干
見やすくなりました。

Apache JMeterのVer:5.3

手順
1.Apache JMeterのbinフォルダに移動
2.jmeter.propertiesをエディタで開く
3.以下のように修正し、保存
3-1.jmeter.hidpi.mode=trueのコメントを外す(先頭の#を外す)
3-2.jmeter.hidpi.scale.factor=2.0(先頭の#を外す)
3-3.jmeter.toolbar.icons.size=48x48(先頭の#を外す)
3-4.jmeter.tree.icons.size=48x48(先頭の#を外す)
3-5.jsyntaxtextarea.font.family=Hack(先頭の#を外す)
3-6.jsyntaxtextarea.font.size=48(先頭の#を外す)
4.Jmeterを起動

上記手順を行ってもまだ小さいですが、初期状態からは幾分ましになりました。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?