How do I configure JMeter in Windows10?
Take 27 inch 4K resolution, Windows 10 as an example, the settings are as follows:
1. Modify the jmeter.bat file and add the following configuration (no semicolon when using configuration)
set JVM_ARGS=%JVM_ARGS% -Dswing.plaf.metal.controlFont=Dialog-32set JVM_ARGS=%JVM_ARGS% -Dswing.plaf.metal.systemFont=Dialog-32set JVM_ARGS=%JVM_ARGS% -Dswing.plaf.metal.userFont=SansSerif-20set JVM_ARGS=%JVM_ARGS% -Dswing.plaf.metal.smallFont=SansSerif-20
2. Modify the jmeter.properties file and release the following configuration
jmeter.hidpi.mode=truejmeter.hidpi.scale.factor=2.0jmeter.toolbar.icons.size=32x32jmeter.tree.icons.size=32x32jsyntaxtextarea.font.family=consolasjsyntaxtextarea.font.size=30
Restart after setting is completed, to this point my icons and menus have been adapted to high resolution except that the message body data font has not taken effect.
Next, the most important thing is to adapt the font of the message body data, set the JMeter theme to select Metal, and restart to take effect. As shown in the figure: