Class CheckBoxPanel

java.lang.Object
org.apache.jmeter.gui.util.CheckBoxPanel

public class CheckBoxPanel extends Object
Utility class to wrap a JCheckBox in a horizontal box. This limits the clickable area to the label only, and not the width of its container. See Bug 58810
Note: using a JPanel affects the alignment within the container
  • Method Details