/openjdk7/jdk/test/java/awt/Choice/NonFocusablePopupMenuTest/ |
H A D | NonFocusablePopupMenuTest.java | 147 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/Frame/InitialMaximizedTest/ |
H A D | InitialMaximizedTest.java | 150 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 D | ShownOnPack.java | 161 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/TextField/ScrollSelectionTest/ |
H A D | ScrollSelectionTest.java | 148 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 D | DnDFileGroupDescriptor.java | 123 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 D | AWTPanelSmoothWheel.java | 183 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/java/awt/regtesthelpers/ |
H A D | Sysout.java | 100 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/java/awt/Component/UpdatingBootTime/ |
H A D | UpdatingBootTime.java | 155 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/FileDialog/FileDialogReturnTest/ |
H A D | FileDialogReturnTest.java | 179 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/FileDialog/MultipleMode/ |
H A D | MultipleMode.java | 222 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 D | RegexpFilterTest.java | 159 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 D | MouseDraggedOutCauseScrollingTest.java | 179 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 D | SetFontTest.java | 167 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 D | PageSetupDlgBlockingTest.java | 180 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 D | PrintCheckboxManualTest.java | 228 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/TextArea/TextAreaCursorTest/ |
H A D | HoveringAndDraggingTest.java | 167 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/dnd/ImageDecoratedDnD/ |
H A D | ImageDecoratedDnD.java | 139 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/event/KeyEvent/KeyReleasedInAppletTest/ |
H A D | KeyReleasedInAppletTest.java | 172 int maxStringLength = 80; field in class:TestDialog 178 instructionsText = new TextArea("", 15, maxStringLength, scrollBoth); 181 messageText = new TextArea("", 5, maxStringLength, scrollBoth); 202 if (remainingStr.length() >= maxStringLength) { 205 lastIndexOf(' ', maxStringLength - 1); 207 if (posOfSpace <= 0) posOfSpace = maxStringLength - 1;
|
/openjdk7/jdk/test/sun/java2d/cmm/ColorConvertOp/ConstructorsNullTest/ |
H A D | ConstructorsNullTest.java | 194 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/com/sun/awt/SecurityWarning/ |
H A D | GetSizeShouldNotReturnZero.java | 323 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/java/awt/Component/NoUpdateUponShow/ |
H A D | NoUpdateUponShow.java | 314 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/FileDialog/DefaultFocusOwner/ |
H A D | DefaultFocusOwner.java | 300 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/Focus/ModalBlockedStealsFocusTest/ |
H A D | ModalBlockedStealsFocusTest.java | 184 int maxStringLength = 80; field in class:TestDialog 191 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth ); 194 messageText = new TextArea( "", 5, maxStringLength, scrollBoth ); 218 if( remainingStr.length() >= maxStringLength ) 222 lastIndexOf( ' ', maxStringLength - 1 ); 224 if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;
|
/openjdk7/jdk/test/java/awt/Focus/NonFocusableResizableTooSmall/ |
H A D | NonFocusableResizableTooSmall.java | 346 int maxStringLength = 80; field in class:TestDialog 353 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth ); 356 messageText = new TextArea( "", 5, maxStringLength, scrollBoth ); 380 if( remainingStr.length() >= maxStringLength ) 384 lastIndexOf( ' ', maxStringLength - 1 ); 386 if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;
|
/openjdk7/jdk/test/java/awt/Focus/ShowFrameCheckForegroundTest/ |
H A D | ShowFrameCheckForegroundTest.java | 188 int maxStringLength = 80; field in class:TestDialog 194 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth ); 197 messageText = new TextArea( "", 5, maxStringLength, scrollBoth ); 218 if( remainingStr.length() >= maxStringLength ) { 221 lastIndexOf( ' ', maxStringLength - 1 ); 223 if( posOfSpace <= 0 ) posOfSpace = maxStringLength - 1;
|