How to change the background color in JMeter?

The background color of JMeter’s interface is controlled by the theme and can be changed by modifying the theme of JMeter.

Here are the steps to modify the theme of JMeter:

  1. Open the bin directory under the JMeter installation directory.
  2. properties of the user
  3. properties of the user
UIManagerImpl.UIDefaults=org.apache.jmeter.gui.util.VerticalPanel;org.apache.jmeter.gui.util.HorizontalPanel;org.apache.jmeter.gui.util.JMeterColor;com.alee.laf.panel.WebPanelUI=com.alee.laf.panel.WebPanelUI;
  1. properties of the user
  2. Restart JMeter, the background color should have already been changed.

By following the above steps, you can change the background color of JMeter to the color defined in the default theme. If you want to further customize the JMeter theme, you can achieve this by modifying other UI properties in the user.properties file.

bannerAds