Searched defs:maxStringLength (Results 1 - 25 of 89) sorted by relevance

1234

/openjdk7/jdk/test/java/awt/Choice/NonFocusablePopupMenuTest/
H A DNonFocusablePopupMenuTest.java147 int maxStringLength = 80; field in class:TestDialog
154 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
157 messageText = new TextArea( "", 5, maxStringLength, scrollBoth );
181 if( remainingStr.length() >= maxStringLength )
185 lastIndexOf( ' ', maxStringLength - 1 );
187 if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;
/openjdk7/jdk/test/java/awt/Component/UpdatingBootTime/
H A DUpdatingBootTime.java155 int maxStringLength = 80; field in class:TestDialog
162 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
165 messageText = new TextArea( "", 5, maxStringLength, scrollBoth );
189 if( remainingStr.length() >= maxStringLength )
193 lastIndexOf( ' ', maxStringLength - 1 );
195 if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;
/openjdk7/jdk/test/java/awt/Frame/InitialMaximizedTest/
H A DInitialMaximizedTest.java150 int maxStringLength = 80; field in class:TestDialog
157 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
160 messageText = new TextArea( "", 5, maxStringLength, scrollBoth );
184 if( remainingStr.length() >= maxStringLength )
188 lastIndexOf( ' ', maxStringLength - 1 );
190 if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;
/openjdk7/jdk/test/java/awt/Frame/ShownOnPack/
H A DShownOnPack.java161 int maxStringLength = 80; field in class:TestDialog
168 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
171 messageText = new TextArea( "", 5, maxStringLength, scrollBoth );
195 if( remainingStr.length() >= maxStringLength )
199 lastIndexOf( ' ', maxStringLength - 1 );
201 if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;
/openjdk7/jdk/test/java/awt/TextArea/TextAreaCursorTest/
H A DHoveringAndDraggingTest.java167 int maxStringLength = 80; field in class:TestDialog
174 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
177 messageText = new TextArea( "", 5, maxStringLength, scrollBoth );
201 if( remainingStr.length() >= maxStringLength )
205 lastIndexOf( ' ', maxStringLength - 1 );
207 if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;
/openjdk7/jdk/test/java/awt/TextField/ScrollSelectionTest/
H A DScrollSelectionTest.java148 int maxStringLength = 80; field in class:TestDialog
155 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
158 messageText = new TextArea( "", 5, maxStringLength, scrollBoth );
182 if( remainingStr.length() >= maxStringLength )
186 lastIndexOf( ' ', maxStringLength - 1 );
188 if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;
/openjdk7/jdk/test/java/awt/dnd/DnDFileGroupDescriptor/
H A DDnDFileGroupDescriptor.java123 int maxStringLength = 80; field in class:TestDialog
130 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
133 messageText = new TextArea( "", 5, maxStringLength, scrollBoth );
157 if( remainingStr.length() >= maxStringLength )
161 lastIndexOf( ' ', maxStringLength - 1 );
163 if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;
/openjdk7/jdk/test/java/awt/event/MouseEvent/AWTPanelSmoothWheel/
H A DAWTPanelSmoothWheel.java183 int maxStringLength = 80; field in class:TestDialog
190 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
193 messageText = new TextArea( "", 5, maxStringLength, scrollBoth );
217 if( remainingStr.length() >= maxStringLength )
221 lastIndexOf( ' ', maxStringLength - 1 );
223 if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;
/openjdk7/jdk/test/sun/java2d/cmm/ColorConvertOp/ConstructorsNullTest/
H A DConstructorsNullTest.java194 int maxStringLength = 80; field in class:TestDialog
201 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
204 messageText = new TextArea( "", 5, maxStringLength, scrollBoth );
228 if( remainingStr.length() >= maxStringLength )
232 lastIndexOf( ' ', maxStringLength - 1 );
234 if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;
/openjdk7/jdk/test/java/awt/FileDialog/MultipleMode/
H A DMultipleMode.java222 int maxStringLength = 80; field in class:TestDialog
229 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
232 messageText = new TextArea( "", 5, maxStringLength, scrollBoth );
256 if( remainingStr.length() >= maxStringLength )
260 lastIndexOf( ' ', maxStringLength - 1 );
262 if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;
/openjdk7/jdk/test/java/awt/FileDialog/RegexpFilterTest/
H A DRegexpFilterTest.java159 int maxStringLength = 100; field in class:TestDialog
166 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
169 messageText = new TextArea( "", 5, maxStringLength, scrollBoth );
193 if( remainingStr.length() >= maxStringLength )
197 lastIndexOf( ' ', maxStringLength - 1 );
199 if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;
/openjdk7/jdk/test/java/awt/List/MouseDraggedOutCauseScrollingTest/
H A DMouseDraggedOutCauseScrollingTest.java179 int maxStringLength = 80; field in class:TestDialog
186 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
189 messageText = new TextArea( "", 5, maxStringLength, scrollBoth );
213 if( remainingStr.length() >= maxStringLength )
217 lastIndexOf( ' ', maxStringLength - 1 );
219 if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;
/openjdk7/jdk/test/java/awt/List/SetFontTest/
H A DSetFontTest.java167 int maxStringLength = 80; field in class:TestDialog
174 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
177 messageText = new TextArea( "", 5, maxStringLength, scrollBoth );
201 if( remainingStr.length() >= maxStringLength )
205 lastIndexOf( ' ', maxStringLength - 1 );
207 if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;
/openjdk7/jdk/test/java/awt/PrintJob/PageSetupDlgBlockingTest/
H A DPageSetupDlgBlockingTest.java180 int maxStringLength = 80; field in class:TestDialog
187 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
190 messageText = new TextArea( "", 5, maxStringLength, scrollBoth );
214 if( remainingStr.length() >= maxStringLength )
218 lastIndexOf( ' ', maxStringLength - 1 );
220 if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;
/openjdk7/jdk/test/java/awt/PrintJob/PrintCheckboxTest/
H A DPrintCheckboxManualTest.java228 int maxStringLength = 80; field in class:TestDialog
235 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
238 messageText = new TextArea( "", 5, maxStringLength, scrollBoth );
262 if( remainingStr.length() >= maxStringLength )
266 lastIndexOf( ' ', maxStringLength - 1 );
268 if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnD/
H A DImageDecoratedDnD.java139 int maxStringLength = 80; field in class:TestDialog
145 instructionsText = new TextArea("", 15, maxStringLength, scrollBoth);
148 messageText = new TextArea("", 5, maxStringLength, scrollBoth);
169 if (remainingStr.length() >= maxStringLength) {
172 lastIndexOf(' ', maxStringLength - 1);
174 if (posOfSpace <= 0) posOfSpace = maxStringLength - 1;
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDInOut/
H A DImageDecoratedDnDInOut.java174 int maxStringLength = 80; field in class:TestDialog
180 instructionsText = new TextArea("", 15, maxStringLength, scrollBoth);
183 messageText = new TextArea("", 5, maxStringLength, scrollBoth);
204 if (remainingStr.length() >= maxStringLength) {
207 lastIndexOf(' ', maxStringLength - 1);
209 if (posOfSpace <= 0) posOfSpace = maxStringLength - 1;
/openjdk7/jdk/test/java/awt/regtesthelpers/
H A DSysout.java100 private int maxStringLength = 80; field in class:TestDialog
106 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
109 messageText = new TextArea( "", 5, maxStringLength, scrollBoth );
132 if( remainingStr.length() >= maxStringLength )
136 lastIndexOf( ' ', maxStringLength - 1 );
138 if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;
/openjdk7/jdk/test/com/sun/awt/SecurityWarning/
H A DGetSizeShouldNotReturnZero.java323 int maxStringLength = 80; field in class:TestDialog
330 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
333 messageText = new TextArea( "", 5, maxStringLength, scrollBoth );
357 if( remainingStr.length() >= maxStringLength )
361 lastIndexOf( ' ', maxStringLength - 1 );
363 if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;
/openjdk7/jdk/test/com/sun/awt/Translucency/
H A DWindowOpacity.java395 int maxStringLength = 80; field in class:TestDialog
402 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
405 messageText = new TextArea( "", 5, maxStringLength, scrollBoth );
429 if( remainingStr.length() >= maxStringLength )
433 lastIndexOf( ' ', maxStringLength - 1 );
435 if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;
/openjdk7/jdk/test/java/awt/Component/NoUpdateUponShow/
H A DNoUpdateUponShow.java314 int maxStringLength = 80; field in class:TestDialog
321 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
324 messageText = new TextArea( "", 5, maxStringLength, scrollBoth );
348 if( remainingStr.length() >= maxStringLength )
352 lastIndexOf( ' ', maxStringLength - 1 );
354 if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;
/openjdk7/jdk/test/java/awt/Dialog/NonResizableDialogSysMenuResize/
H A DNonResizableDialogSysMenuResize.java369 int maxStringLength = 80; field in class:TestDialog
376 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
379 messageText = new TextArea( "", 5, maxStringLength, scrollBoth );
403 if( remainingStr.length() >= maxStringLength )
407 lastIndexOf( ' ', maxStringLength - 1 );
409 if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;
/openjdk7/jdk/test/java/awt/FileDialog/DefaultFocusOwner/
H A DDefaultFocusOwner.java300 int maxStringLength = 80; field in class:TestDialog
310 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
313 messageText = new TextArea( "", 5, maxStringLength, scrollBoth );
348 if( remainingStr.length() >= maxStringLength )
352 lastIndexOf( ' ', maxStringLength - 1 );
354 if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;
/openjdk7/jdk/test/java/awt/FileDialog/FileDialogReturnTest/
H A DFileDialogReturnTest.java179 int maxStringLength = 100; field in class:TestDialog
186 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
189 messageText = new TextArea( "", 5, maxStringLength, scrollBoth );
213 if( remainingStr.length() >= maxStringLength )
217 lastIndexOf( ' ', maxStringLength - 1 );
219 if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;
/openjdk7/jdk/test/java/awt/Focus/InputVerifierTest3/
H A DInputVerifierTest3.java319 int maxStringLength = 80; field in class:TestDialog
326 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
329 messageText = new TextArea( "", 5, maxStringLength, scrollBoth );
353 if( remainingStr.length() >= maxStringLength )
357 lastIndexOf( ' ', maxStringLength - 1 );
359 if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;

Completed in 2071 milliseconds

1234