Search Results
OK to copy?
Examples 1 through 3 of
3 (0.009000000000000001 seconds)
Class:
org.apache.jmeter.gui.util.TextAreaCellRenderer
©,
Rating:
0% of 0,
C2
jgoodies_looks Class: com.jgoodies.looks.demo.SplitTab ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.assertions.gui.AssertionGui ©, Rating: 0% of 0, C2
50 if (arg0.getRowHeight(arg4) < getPreferredHeight())
51 {
52 arg0.setRowHeight(arg4, getPreferredHeight());
53 }
54 return rend;
jgoodies_looks Class: com.jgoodies.looks.demo.SplitTab ©, Rating: 0% of 0, C1
136 int minimumRowHeight = tableFontSize + 6;
137 int defaultRowHeight = LookUtils.IS_LOW_RESOLUTION ? 17 : 18;
138 table.setRowHeight(Math.max(minimumRowHeight, defaultRowHeight));
139 return table;
140 }
Class: org.apache.jmeter.assertions.gui.AssertionGui ©, Rating: 0% of 0, C2
351
352 TextAreaCellRenderer renderer = new TextAreaCellRenderer();
353 stringTable.setRowHeight(renderer.getPreferredHeight());
354 stringTable.setDefaultRenderer(String.class, renderer);
355 stringTable.setDefaultEditor(
Result Page:
1.0