Search Results
OK to copy?
Examples 1 through 10 of
14 (0.0080 seconds)
jgoodies_looks
Class:
com.jgoodies.looks.demo.DesktopTab
©,
Rating:
100% of 1,
C1
jgoodies_looks Class: com.jgoodies.looks.demo.SplitTab ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.config.gui.SimpleConfigGui ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.config.gui.SimpleConfigGui ©, Rating: 100% of 1, C1
Class: org.apache.jmeter.modifiers.gui.UserParametersGui ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.modifiers.gui.UserParametersGui ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.protocol.http.gui.CookiePanel ©, Rating: 0% of 0, C3
Class: org.apache.jmeter.protocol.http.gui.CookiePanel ©, Rating: 0% of 0, C3
Class: org.apache.jmeter.protocol.http.gui.AuthPanel ©, Rating: 0% of 0, C3
Class: org.apache.jmeter.protocol.http.gui.AuthPanel ©, Rating: 0% of 0, C3
145 table.getColumnModel().getColumn(0).setPreferredWidth(95);
146 table.getColumnModel().getColumn(1).setPreferredWidth(95);
147 table.setRowSelectionInterval(2, 2);
148 return table;
149 }
jgoodies_looks Class: com.jgoodies.looks.demo.SplitTab ©, Rating: 0% of 0, C1
132 table.getColumnModel().getColumn(0).setPreferredWidth(100);
133 table.getColumnModel().getColumn(1).setPreferredWidth(300);
134 table.setRowSelectionInterval(2, 2);
135 int tableFontSize = table.getFont().getSize();
136 int minimumRowHeight = tableFontSize + 6;
Class: org.apache.jmeter.config.gui.SimpleConfigGui ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.config.gui.SimpleConfigGui ©, Rating: 100% of 1, C1
281 // Highlight (select) the appropriate row.
282 int rowToSelect = tableModel.getRowCount() - 1;
283 table.setRowSelectionInterval(rowToSelect, rowToSelect);
284 }
285
Class: org.apache.jmeter.modifiers.gui.UserParametersGui ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.modifiers.gui.UserParametersGui ©, Rating: 0% of 0, C1
240 // Highlight (select) the appropriate row.
241 int rowToSelect = tableModel.getRowCount() - 1;
242 paramTable.setRowSelectionInterval(rowToSelect, rowToSelect);
243 }
244 }
Class: org.apache.jmeter.protocol.http.gui.CookiePanel ©, Rating: 0% of 0, C3
193 // Highlight (select) the appropriate row.
194 int rowToSelect = tableModel.getRowCount() - 1;
195 cookieTable.setRowSelectionInterval(rowToSelect, rowToSelect);
196 }
197 else if (action.equals("Load"))
Class: org.apache.jmeter.protocol.http.gui.CookiePanel ©, Rating: 0% of 0, C3
Class: org.apache.jmeter.protocol.http.gui.AuthPanel ©, Rating: 0% of 0, C3
215 // Highlight (select) the appropriate row.
216 int rowToSelect = tableModel.getRowCount() - 1;
217 authTable.setRowSelectionInterval(rowToSelect, rowToSelect);
218 }
219 else if (action.equals(LOAD_COMMAND))
Class: org.apache.jmeter.protocol.http.gui.AuthPanel ©, Rating: 0% of 0, C3