Search Results
OK to copy?
Examples 1 through 3 of
3 (0.0020 seconds)
Class:
org.apache.jmeter.protocol.http.gui.HeaderPanel
©,
Rating:
100% of 1,
C1
Class: org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui ©, Rating: 0% of 0, C1
279 // create the JTable that holds header per row
280 headerTable = new JTable(tableModel);
281 headerTable.addFocusListener(this);
282 headerTable.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
283 headerTable.setPreferredScrollableViewportSize(new Dimension(100, 70));
Class: org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui ©, Rating: 0% of 0, C1
602 excludeTable = new JTable(excludeModel);
603 excludeTable.setPreferredScrollableViewportSize(new Dimension(100, 50));
604 excludeTable.addFocusListener(this);
605
606 JPanel panel = new JPanel(new BorderLayout());
Class: org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui ©, Rating: 0% of 0, C1
581 includeTable = new JTable(includeModel);
582 includeTable.setPreferredScrollableViewportSize(new Dimension(100, 50));
583 includeTable.addFocusListener(this);
584
585 JPanel panel = new JPanel(new BorderLayout());
Result Page:
1