Search Results
OK to copy?
Examples 1 through 10 of
45 (0.0020 seconds)
Class:
org.apache.jmeter.gui.action.AboutCommand
©,
Rating:
0% of 0,
C1
Class: org.apache.jmeter.visualizers.MonitorHealthPanel ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.timers.gui.UniformRandomTimerGui ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.timers.gui.GaussianRandomTimerGui ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.visualizers.GraphAccumVisualizer ©, Rating: 0% of 0, C1
Class: org.apache.batik.ext.swing.JGridBagPanel ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.protocol.http.config.gui.MultipartUrlConfigGui ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.visualizers.TableVisualizer ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.visualizers.TableVisualizer ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.visualizers.TableVisualizer ©, Rating: 0% of 0, C1
112 JPanel infos = new JPanel();
113 infos.setOpaque(false);
114 infos.setLayout(new GridLayout(0, 1));
115 infos.setBorder(new EmptyBorder(5, 5, 5, 5));
116 infos.add(copyright);
Class: org.apache.jmeter.visualizers.MonitorHealthPanel ©, Rating: 0% of 0, C1
088
089 this.SERVERS = new JPanel();
090 this.SERVERS.setLayout(new BoxLayout(SERVERS, BoxLayout.Y_AXIS));
091 this.SERVERS.setAlignmentX(Component.LEFT_ALIGNMENT);
092
Class: org.apache.jmeter.timers.gui.UniformRandomTimerGui ©, Rating: 0% of 0, C1
122 // THREAD DELAY PROPERTIES
123 JPanel threadDelayPropsPanel = new JPanel();
124 threadDelayPropsPanel.setLayout(new VerticalLayout(5, VerticalLayout.LEFT));
125 threadDelayPropsPanel.setBorder(BorderFactory.createTitledBorder(JMeterUtils.getResString("thread_delay_properties")));
126
Class: org.apache.jmeter.timers.gui.GaussianRandomTimerGui ©, Rating: 0% of 0, C1
123
124 JPanel threadDelayPropsPanel = new JPanel();
125 threadDelayPropsPanel.setLayout(new VerticalLayout(5, VerticalLayout.LEFT));
126 threadDelayPropsPanel.setBorder(BorderFactory.createTitledBorder(JMeterUtils.getResString("thread_delay_properties")));
127
Class: org.apache.jmeter.visualizers.GraphAccumVisualizer ©, Rating: 0% of 0, C1
169
170 mainPanel.setBorder(margin);
171 mainPanel.setLayout(new BoxLayout(mainPanel, BoxLayout.Y_AXIS));
172
173 // TITLE
Class: org.apache.batik.ext.swing.JGridBagPanel ©, Rating: 0% of 0, C1
164 public void setLayout(LayoutManager layout){
165 if(layout instanceof GridBagLayout)
166 super.setLayout(layout);
167 }
168
Class: org.apache.jmeter.protocol.http.config.gui.MultipartUrlConfigGui ©, Rating: 0% of 0, C1
135 // WEB REQUEST PANEL
136 JPanel webRequestPanel = new JPanel();
137 webRequestPanel.setLayout(
138 new BoxLayout(webRequestPanel, BoxLayout.Y_AXIS));
139 webRequestPanel.setBorder(
Class: org.apache.jmeter.visualizers.TableVisualizer ©, Rating: 0% of 0, C1
210 JPanel tablePanel = new JPanel();
211
212 tablePanel.setLayout(new BorderLayout());
213 tablePanel.add(tableScrollPanel, BorderLayout.CENTER);
214 tablePanel.add(tableInfoPanel, BorderLayout.SOUTH);
Class: org.apache.jmeter.visualizers.TableVisualizer ©, Rating: 0% of 0, C1
199
200 JPanel tableInfoPanel = new JPanel();
201 tableInfoPanel.setLayout(new FlowLayout());
202 tableInfoPanel.setBorder(BorderFactory.createEmptyBorder(0, 0, 0, 0));
203
Class: org.apache.jmeter.visualizers.TableVisualizer ©, Rating: 0% of 0, C1
136
137 mainPanel.setBorder(margin);
138 mainPanel.setLayout(new VerticalLayout(5, VerticalLayout.LEFT));
139
140 // NAME