Searched refs:instructionsText (Results 1 - 25 of 88) sorted by relevance

1234

/openjdk7/jdk/test/java/awt/Choice/NonFocusablePopupMenuTest/
H A DNonFocusablePopupMenuTest.java145 TextArea instructionsText; field in class:TestDialog
154 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
155 add( "North", instructionsText );
169 instructionsText.setText( "" );
199 instructionsText.append( printStr + "\n" );
/openjdk7/jdk/test/java/awt/Frame/InitialMaximizedTest/
H A DInitialMaximizedTest.java148 TextArea instructionsText; field in class:TestDialog
157 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
158 add( "North", instructionsText );
172 instructionsText.setText( "" );
202 instructionsText.append( printStr + "\n" );
/openjdk7/jdk/test/java/awt/Frame/ShownOnPack/
H A DShownOnPack.java159 TextArea instructionsText; field in class:TestDialog
168 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
169 add( "North", instructionsText );
183 instructionsText.setText( "" );
213 instructionsText.append( printStr + "\n" );
/openjdk7/jdk/test/java/awt/TextField/ScrollSelectionTest/
H A DScrollSelectionTest.java146 TextArea instructionsText; field in class:TestDialog
155 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
156 add( "North", instructionsText );
170 instructionsText.setText( "" );
200 instructionsText.append( printStr + "\n" );
/openjdk7/jdk/test/java/awt/dnd/DnDFileGroupDescriptor/
H A DDnDFileGroupDescriptor.java121 TextArea instructionsText; field in class:TestDialog
130 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
131 add( "North", instructionsText );
145 instructionsText.setText( "" );
175 instructionsText.append( printStr + "\n" );
/openjdk7/jdk/test/java/awt/event/MouseEvent/AWTPanelSmoothWheel/
H A DAWTPanelSmoothWheel.java181 TextArea instructionsText; field in class:TestDialog
190 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
191 add( "North", instructionsText );
205 instructionsText.setText( "" );
235 instructionsText.append( printStr + "\n" );
/openjdk7/jdk/test/java/awt/regtesthelpers/
H A DSysout.java98 private TextArea instructionsText; field in class:TestDialog
106 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
107 add( "North", instructionsText );
120 instructionsText.setText( "" );
150 instructionsText.append( printStr + "\n" );
/openjdk7/jdk/test/java/awt/Component/UpdatingBootTime/
H A DUpdatingBootTime.java153 TextArea instructionsText; field in class:TestDialog
162 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
163 add( "North", instructionsText );
177 instructionsText.setText( "" );
207 instructionsText.append( printStr + "\n" );
/openjdk7/jdk/test/java/awt/FileDialog/FileDialogReturnTest/
H A DFileDialogReturnTest.java177 TextArea instructionsText; field in class:TestDialog
186 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
187 add( "North", instructionsText );
201 instructionsText.setText( "" );
231 instructionsText.append( printStr + "\n" );
/openjdk7/jdk/test/java/awt/FileDialog/MultipleMode/
H A DMultipleMode.java220 TextArea instructionsText; field in class:TestDialog
229 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
230 add( "North", instructionsText );
244 instructionsText.setText( "" );
274 instructionsText.append( printStr + "\n" );
/openjdk7/jdk/test/java/awt/FileDialog/RegexpFilterTest/
H A DRegexpFilterTest.java157 TextArea instructionsText; field in class:TestDialog
166 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
167 add( "North", instructionsText );
181 instructionsText.setText( "" );
211 instructionsText.append( printStr + "\n" );
/openjdk7/jdk/test/java/awt/List/MouseDraggedOutCauseScrollingTest/
H A DMouseDraggedOutCauseScrollingTest.java177 TextArea instructionsText; field in class:TestDialog
186 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
187 add( "North", instructionsText );
201 instructionsText.setText( "" );
231 instructionsText.append( printStr + "\n" );
/openjdk7/jdk/test/java/awt/List/SetFontTest/
H A DSetFontTest.java165 TextArea instructionsText; field in class:TestDialog
174 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
175 add( "North", instructionsText );
189 instructionsText.setText( "" );
219 instructionsText.append( printStr + "\n" );
/openjdk7/jdk/test/java/awt/PrintJob/PageSetupDlgBlockingTest/
H A DPageSetupDlgBlockingTest.java178 TextArea instructionsText; field in class:TestDialog
187 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
188 add( "North", instructionsText );
202 instructionsText.setText( "" );
232 instructionsText.append( printStr + "\n" );
/openjdk7/jdk/test/java/awt/PrintJob/PrintCheckboxTest/
H A DPrintCheckboxManualTest.java226 TextArea instructionsText; field in class:TestDialog
235 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
236 add( "North", instructionsText );
250 instructionsText.setText( "" );
280 instructionsText.append( printStr + "\n" );
/openjdk7/jdk/test/java/awt/TextArea/TextAreaCursorTest/
H A DHoveringAndDraggingTest.java165 TextArea instructionsText; field in class:TestDialog
174 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
175 add( "North", instructionsText );
189 instructionsText.setText( "" );
219 instructionsText.append( printStr + "\n" );
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnD/
H A DImageDecoratedDnD.java137 TextArea instructionsText; field in class:TestDialog
145 instructionsText = new TextArea("", 15, maxStringLength, scrollBoth);
146 add("North", instructionsText);
159 instructionsText.setText("");
185 instructionsText.append(printStr + "\n");
/openjdk7/jdk/test/java/awt/event/KeyEvent/KeyReleasedInAppletTest/
H A DKeyReleasedInAppletTest.java170 TextArea instructionsText; field in class:TestDialog
178 instructionsText = new TextArea("", 15, maxStringLength, scrollBoth);
179 add("North", instructionsText);
192 instructionsText.setText("");
218 instructionsText.append(printStr + "\n");
/openjdk7/jdk/test/sun/java2d/cmm/ColorConvertOp/ConstructorsNullTest/
H A DConstructorsNullTest.java192 TextArea instructionsText; field in class:TestDialog
201 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
202 add( "North", instructionsText );
216 instructionsText.setText( "" );
246 instructionsText.append( printStr + "\n" );
/openjdk7/jdk/test/com/sun/awt/SecurityWarning/
H A DGetSizeShouldNotReturnZero.java321 TextArea instructionsText; field in class:TestDialog
330 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
331 add( "North", instructionsText );
345 instructionsText.setText( "" );
375 instructionsText.append( printStr + "\n" );
/openjdk7/jdk/test/java/awt/Component/NoUpdateUponShow/
H A DNoUpdateUponShow.java312 TextArea instructionsText; field in class:TestDialog
321 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
322 add( "North", instructionsText );
336 instructionsText.setText( "" );
366 instructionsText.append( printStr + "\n" );
/openjdk7/jdk/test/java/awt/FileDialog/DefaultFocusOwner/
H A DDefaultFocusOwner.java298 TextArea instructionsText; field in class:TestDialog
310 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
311 add( "North", instructionsText );
336 instructionsText.setText( "" );
366 instructionsText.append( printStr + "\n" );
/openjdk7/jdk/test/java/awt/Focus/ModalBlockedStealsFocusTest/
H A DModalBlockedStealsFocusTest.java182 TextArea instructionsText; field in class:TestDialog
191 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
192 add( "North", instructionsText );
206 instructionsText.setText( "" );
236 instructionsText.append( printStr + "\n" );
/openjdk7/jdk/test/java/awt/Focus/NonFocusableResizableTooSmall/
H A DNonFocusableResizableTooSmall.java344 TextArea instructionsText; field in class:TestDialog
353 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
354 add( "North", instructionsText );
368 instructionsText.setText( "" );
398 instructionsText.append( printStr + "\n" );
/openjdk7/jdk/test/java/awt/Focus/ShowFrameCheckForegroundTest/
H A DShowFrameCheckForegroundTest.java186 TextArea instructionsText; field in class:TestDialog
194 instructionsText = new TextArea( "", 15, maxStringLength, scrollBoth );
195 add( "North", instructionsText );
208 instructionsText.setText( "" );
234 instructionsText.append( printStr + "\n" );

Completed in 71 milliseconds

1234