Search Results
OK to copy?
Examples 1 through 4 of
4 (0.075 seconds)
Class:
org.apache.jmeter.protocol.jdbc.config.gui.SqlConfigGui
©,
Rating:
0% of 0,
C1
Class: org.apache.jmeter.timers.gui.GaussianRandomTimerGui ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.protocol.http.config.gui.UrlConfigGui ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.protocol.http.config.gui.UrlConfigGui ©, Rating: 0% of 0, C1
098 add(panel, BorderLayout.CENTER);
099 // Don't let the SQL field shrink too much
100 add(
101 Box.createVerticalStrut(panel.getPreferredSize().height),
102 BorderLayout.WEST);
Class: org.apache.jmeter.timers.gui.GaussianRandomTimerGui ©, Rating: 0% of 0, C1
149
150 threadDelayPropsPanel.add(avgDelayPanel);
151 threadDelayPropsPanel.setMaximumSize(new Dimension(threadDelayPropsPanel.getMaximumSize().width, threadDelayPropsPanel.getPreferredSize().height));
152 add(threadDelayPropsPanel);
153
Class: org.apache.jmeter.protocol.http.config.gui.UrlConfigGui ©, Rating: 0% of 0, C1
321 panel.add(get);
322 panel.add(post);
323 panel.setMinimumSize(panel.getPreferredSize());
324 return panel;
325 }
Class: org.apache.jmeter.protocol.http.config.gui.UrlConfigGui ©, Rating: 0% of 0, C1
286 panel.add(Box.createHorizontalStrut(5));
287 panel.add(useKeepAlive);
288 panel.setMinimumSize(panel.getPreferredSize());
289 return panel;
290 }
Result Page:
1