Search Results
OK to copy?
Examples 1 through 10 of
39 (0.0010 seconds)
Class:
org.apache.jmeter.gui.util.HorizontalPanel
©,
Rating:
100% of 7
Class: org.apache.jmeter.gui.util.VerticalPanel ©, Rating: 100% of 2
Class: org.apache.jmeter.gui.NamePanel ©, Rating: 100% of 1
Class: org.apache.jmeter.gui.util.ButtonPanel ©, Rating: 67% of 3
Class: org.apache.jmeter.gui.OnErrorPanel ©, Rating: 0% of 0
Class: org.apache.batik.apps.svgbrowser.OptionPanel ©, Rating: 0% of 0
jgoodies_animation Class: com.jgoodies.animation.tutorial.panel.HorizontalBarsPanel ©, Rating: 0% of 0
jgoodies_animation Class: com.jgoodies.animation.tutorial.panel.VerticalBarsPanel ©, Rating: 0% of 0
Class: org.apache.jmeter.visualizers.MonitorHealthPanel ©, Rating: 0% of 0
Class: org.apache.jorphan.gui.JLabeledTextArea ©, Rating: 0% of 0
36 public class HorizontalPanel extends JPanel
37 {
38 private Box subPanel = Box.createHorizontalBox();
39 private float verticalAlign;
40 private int hgap;
Class: org.apache.jmeter.gui.util.VerticalPanel ©, Rating: 100% of 2
38 public class VerticalPanel extends JPanel
39 {
40 private Box subPanel = Box.createVerticalBox();
41 private float horizontalAlign;
42 private int vgap;
Class: org.apache.jmeter.gui.NamePanel ©, Rating: 100% of 1
042 {
043 /** A text field containing the name. */
044 private JTextField nameField = new JTextField(15);
045
046 /** The label for the text field. */
Class: org.apache.jmeter.gui.util.ButtonPanel ©, Rating: 67% of 3
Class: org.apache.jmeter.gui.OnErrorPanel ©, Rating: 0% of 0
Class: org.apache.batik.apps.svgbrowser.OptionPanel ©, Rating: 0% of 0
jgoodies_animation Class: com.jgoodies.animation.tutorial.panel.HorizontalBarsPanel ©, Rating: 0% of 0
070 */
071 public HorizontalBarsPanel(JComponent centerComponent) {
072 this(null, centerComponent, null);
073 }
074
jgoodies_animation Class: com.jgoodies.animation.tutorial.panel.VerticalBarsPanel ©, Rating: 0% of 0
071 */
072 public VerticalBarsPanel(JComponent middleComponent) {
073 this(null, middleComponent, null);
074 }
075
Class: org.apache.jmeter.visualizers.MonitorHealthPanel ©, Rating: 0% of 0
040 implements MonitorListener, Clearable
041 {
042 private HashMap SERVERMAP = new HashMap();
043 private JPanel SERVERS = null;
044 private MonitorAccumModel MODEL;
Class: org.apache.jorphan.gui.JLabeledTextArea ©, Rating: 0% of 0
051
052 // Maybe move to vector if MT problems occur
053 private ArrayList mChangeListeners = new ArrayList(3);
054
055 // A temporary cache for the focus listener