Searched defs:Sysout (Results 1 - 25 of 88) sorted by relevance

1234

/openjdk7/jdk/test/java/awt/Choice/NonFocusablePopupMenuTest/
H A DNonFocusablePopupMenuTest.java59 Sysout.createDialogWithInstructions( instructions );
91 To print the instructions, send an array of strings to Sysout.createDialog
93 To display a message for the tester to see, simply call Sysout.println
99 class Sysout class
132 }// Sysout class
138 To have the test instructions displayed, see Sysout.
139 To have a message to the user be displayed, see Sysout.
149 //DO NOT call this directly, go through Sysout
165 //DO NOT call this directly, go through Sysout
207 //DO NOT call this directly, go through Sysout
[all...]
/openjdk7/jdk/test/java/awt/Component/UpdatingBootTime/
H A DUpdatingBootTime.java60 Sysout.createDialogWithInstructions( instructions );
69 Sysout.println("Event occured : "+e);
70 Sysout.println("The event time is : "+ (new Date(e.getWhen())));
71 Sysout.println("The system time is : "+ (new Date()));
99 To print the instructions, send an array of strings to Sysout.createDialog
101 To display a message for the tester to see, simply call Sysout.println
107 class Sysout class
140 }// Sysout class
146 To have the test instructions displayed, see Sysout.
147 To have a message to the user be displayed, see Sysout
[all...]
/openjdk7/jdk/test/java/awt/Frame/InitialMaximizedTest/
H A DInitialMaximizedTest.java56 Sysout.createDialogWithInstructions( instructions );
94 To print the instructions, send an array of strings to Sysout.createDialog
96 To display a message for the tester to see, simply call Sysout.println
102 class Sysout class
135 }// Sysout class
141 To have the test instructions displayed, see Sysout.
142 To have a message to the user be displayed, see Sysout.
152 //DO NOT call this directly, go through Sysout
168 //DO NOT call this directly, go through Sysout
210 //DO NOT call this directly, go through Sysout
[all...]
/openjdk7/jdk/test/java/awt/Frame/ShownOnPack/
H A DShownOnPack.java60 Sysout.createDialogWithInstructions( instructions );
74 //Use Sysout.println for messages you want the tester to read.
82 //Use Sysout.println to communicate with the user NOT System.out!!
83 //Sysout.println ("Something Happened!");
105 To print the instructions, send an array of strings to Sysout.createDialog
107 To display a message for the tester to see, simply call Sysout.println
113 class Sysout class
146 }// Sysout class
152 To have the test instructions displayed, see Sysout.
153 To have a message to the user be displayed, see Sysout
[all...]
/openjdk7/jdk/test/java/awt/TextArea/TextAreaCursorTest/
H A DHoveringAndDraggingTest.java61 Sysout.createDialogWithInstructions( instructions );
111 To print the instructions, send an array of strings to Sysout.createDialog
113 To display a message for the tester to see, simply call Sysout.println
119 class Sysout class
152 }// Sysout class
158 To have the test instructions displayed, see Sysout.
159 To have a message to the user be displayed, see Sysout.
169 //DO NOT call this directly, go through Sysout
185 //DO NOT call this directly, go through Sysout
227 //DO NOT call this directly, go through Sysout
[all...]
/openjdk7/jdk/test/java/awt/TextField/ScrollSelectionTest/
H A DScrollSelectionTest.java64 Sysout.createDialogWithInstructions( instructions );
92 To print the instructions, send an array of strings to Sysout.createDialog
94 To display a message for the tester to see, simply call Sysout.println
100 class Sysout class
133 }// Sysout class
139 To have the test instructions displayed, see Sysout.
140 To have a message to the user be displayed, see Sysout.
150 //DO NOT call this directly, go through Sysout
166 //DO NOT call this directly, go through Sysout
208 //DO NOT call this directly, go through Sysout
[all...]
/openjdk7/jdk/test/java/awt/dnd/DnDFileGroupDescriptor/
H A DDnDFileGroupDescriptor.java55 Sysout.createDialogWithInstructions( instructions );
83 class Sysout class
116 }// Sysout class
125 //DO NOT call this directly, go through Sysout
141 //DO NOT call this directly, go through Sysout
183 //DO NOT call this directly, go through Sysout
/openjdk7/jdk/test/java/awt/event/MouseEvent/AWTPanelSmoothWheel/
H A DAWTPanelSmoothWheel.java74 Sysout.createDialogWithInstructions( instructions );
84 Sysout.println(e.toString());
98 //Use Sysout.println for messages you want the tester to read.
104 //Use Sysout.println to communicate with the user NOT System.out!!
105 //Sysout.println ("Something Happened!");
127 To print the instructions, send an array of strings to Sysout.createDialog
129 To display a message for the tester to see, simply call Sysout.println
135 class Sysout class
168 }// Sysout class
174 To have the test instructions displayed, see Sysout
[all...]
/openjdk7/jdk/test/sun/java2d/cmm/ColorConvertOp/ConstructorsNullTest/
H A DConstructorsNullTest.java83 Sysout.createDialog( );
84 Sysout.printInstructions( instructions );
111 Sysout.println("Test FAILED: one of constructors didn't throw NullPointerException.");
114 Sysout.println("Test PASSED: all constructors threw NullPointerException.");
119 //Use Sysout.println for messages you want the tester to read.
138 To print the instructions, send an array of strings to Sysout.createDialog
140 To display a message for the tester to see, simply call Sysout.println
146 class Sysout class
179 }// Sysout class
185 To have the test instructions displayed, see Sysout
[all...]
/openjdk7/jdk/test/java/awt/FileDialog/MultipleMode/
H A DMultipleMode.java92 Sysout.createDialogWithInstructions( instructions );
108 Sysout.println("DIR:");
109 Sysout.println(d.getDirectory());
110 Sysout.println("FILE:");
111 Sysout.println(d.getFile());
112 Sysout.println("FILES:");
115 Sysout.println(String.valueOf(f));
133 //Use Sysout.println to communicate with the user NOT System.out!!
134 //Sysout.println ("Something Happened!");
156 To print the instructions, send an array of strings to Sysout
164 class Sysout class
[all...]
/openjdk7/jdk/test/java/awt/FileDialog/RegexpFilterTest/
H A DRegexpFilterTest.java66 Sysout.createDialogWithInstructions( instructions );
103 To print the instructions, send an array of strings to Sysout.createDialog
105 To display a message for the tester to see, simply call Sysout.println
111 class Sysout class
144 }// Sysout class
150 To have the test instructions displayed, see Sysout.
151 To have a message to the user be displayed, see Sysout.
161 //DO NOT call this directly, go through Sysout
177 //DO NOT call this directly, go through Sysout
219 //DO NOT call this directly, go through Sysout
[all...]
/openjdk7/jdk/test/java/awt/List/MouseDraggedOutCauseScrollingTest/
H A DMouseDraggedOutCauseScrollingTest.java72 Sysout.createDialogWithInstructions( instructions );
96 Sysout.createDialogWithInstructions( instructions );
123 To print the instructions, send an array of strings to Sysout.createDialog
125 To display a message for the tester to see, simply call Sysout.println
131 class Sysout class
164 }// Sysout class
170 To have the test instructions displayed, see Sysout.
171 To have a message to the user be displayed, see Sysout.
181 //DO NOT call this directly, go through Sysout
197 //DO NOT call this directly, go through Sysout
[all...]
/openjdk7/jdk/test/java/awt/List/SetFontTest/
H A DSetFontTest.java79 Sysout.createDialogWithInstructions( instructions );
111 To print the instructions, send an array of strings to Sysout.createDialog
113 To display a message for the tester to see, simply call Sysout.println
119 class Sysout class
152 }// Sysout class
158 To have the test instructions displayed, see Sysout.
159 To have a message to the user be displayed, see Sysout.
169 //DO NOT call this directly, go through Sysout
185 //DO NOT call this directly, go through Sysout
227 //DO NOT call this directly, go through Sysout
[all...]
/openjdk7/jdk/test/java/awt/PrintJob/PageSetupDlgBlockingTest/
H A DPageSetupDlgBlockingTest.java69 Sysout.createDialogWithInstructions(instructions);
78 Sysout.println(e.paramString() + " on <Test Frame>");
124 To print the instructions, send an array of strings to Sysout.createDialog
126 To display a message for the tester to see, simply call Sysout.println
132 class Sysout class
165 }// Sysout class
171 To have the test instructions displayed, see Sysout.
172 To have a message to the user be displayed, see Sysout.
182 //DO NOT call this directly, go through Sysout
198 //DO NOT call this directly, go through Sysout
[all...]
/openjdk7/jdk/test/java/awt/PrintJob/PrintCheckboxTest/
H A DPrintCheckboxManualTest.java86 Sysout.createDialogWithInstructions( instructions );
100 //Use Sysout.println for messages you want the tester to read.
127 Sysout.println("Test PASSED");
131 Sysout.println("Test FAILED: ClassCastException");
136 Sysout.println("Test FAILED: unknown Exception");
149 //Use Sysout.println to communicate with the user NOT System.out!!
150 //Sysout.println ("Something Happened!");
172 To print the instructions, send an array of strings to Sysout.createDialog
174 To display a message for the tester to see, simply call Sysout.println
180 class Sysout class
[all...]
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnD/
H A DImageDecoratedDnD.java66 Sysout.createDialogWithInstructions(instructions);
104 class Sysout { class
132 }// Sysout class
141 //DO NOT call this directly, go through Sysout
156 //DO NOT call this directly, go through Sysout
193 //DO NOT call this directly, go through Sysout
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDInOut/
H A DImageDecoratedDnDInOut.java67 Sysout.createDialogWithInstructions(instructions);
139 class Sysout { class
167 }// Sysout class
176 //DO NOT call this directly, go through Sysout
191 //DO NOT call this directly, go through Sysout
228 //DO NOT call this directly, go through Sysout
/openjdk7/jdk/test/java/awt/regtesthelpers/
H A DSysout.java28 Sysout.createDialogWithInstructions() method.
30 To display a message for the tester to see, simply call Sysout.println()
40 public final class Sysout class
52 Sysout.createDialogWithInstructions(instructions);
85 }// Sysout class
91 To have the test instructions displayed, see Sysout class.
92 To have a message to the user be displayed, see Sysout class.
/openjdk7/jdk/test/com/sun/awt/SecurityWarning/
H A DGetSizeShouldNotReturnZero.java56 Sysout.createDialog( );
57 Sysout.printInstructions( instructions );
164 Sysout.println( "The test passed." );
165 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
188 Sysout.println( "The test failed: " + whyFailed );
189 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
266 To print the instructions, send an array of strings to Sysout.createDialog
268 To display a message for the tester to see, simply call Sysout.println
274 class Sysout class
308 }// Sysout clas
[all...]
/openjdk7/jdk/test/com/sun/awt/Translucency/
H A DWindowOpacity.java56 Sysout.createDialog( );
57 Sysout.printInstructions( instructions );
236 Sysout.println( "The test passed." );
237 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
260 Sysout.println( "The test failed: " + whyFailed );
261 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
338 To print the instructions, send an array of strings to Sysout.createDialog
340 To display a message for the tester to see, simply call Sysout.println
346 class Sysout class
380 }// Sysout clas
[all...]
/openjdk7/jdk/test/java/awt/Component/NoUpdateUponShow/
H A DNoUpdateUponShow.java56 Sysout.createDialog( );
57 Sysout.printInstructions( instructions );
155 Sysout.println( "The test passed." );
156 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
179 Sysout.println( "The test failed: " + whyFailed );
180 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
257 To print the instructions, send an array of strings to Sysout.createDialog
259 To display a message for the tester to see, simply call Sysout.println
265 class Sysout class
299 }// Sysout clas
[all...]
/openjdk7/jdk/test/java/awt/Dialog/NonResizableDialogSysMenuResize/
H A DNonResizableDialogSysMenuResize.java62 Sysout.createDialog( );
63 Sysout.printInstructions( instructions );
66 Sysout.println("NOTE: The test is known to work correctly with English MS Windows only.");
210 Sysout.println( "The test passed." );
211 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
234 Sysout.println( "The test failed: " + whyFailed );
235 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
312 To print the instructions, send an array of strings to Sysout.createDialog
314 To display a message for the tester to see, simply call Sysout.println
320 class Sysout class
[all...]
/openjdk7/jdk/test/java/awt/FileDialog/DefaultFocusOwner/
H A DDefaultFocusOwner.java56 Sysout.createDialog( );
57 Sysout.printInstructions( instructions );
141 Sysout.println( "The test passed." );
142 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
167 Sysout.println( "The test failed: " + whyFailed );
168 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
244 To print the instructions, send an array of strings to Sysout.createDialog
246 To display a message for the tester to see, simply call Sysout.println
252 class Sysout class
285 }// Sysout clas
[all...]
/openjdk7/jdk/test/java/awt/FileDialog/FileDialogReturnTest/
H A DFileDialogReturnTest.java68 Sysout.createDialogWithInstructions( instructions );
104 Sysout.println("[file=" + fd.getFile()+"]");
105 Sysout.println("[dir=" + fd.getDirectory()+"]");
123 To print the instructions, send an array of strings to Sysout.createDialog
125 To display a message for the tester to see, simply call Sysout.println
131 class Sysout class
164 }// Sysout class
170 To have the test instructions displayed, see Sysout.
171 To have a message to the user be displayed, see Sysout.
181 //DO NOT call this directly, go through Sysout
[all...]
/openjdk7/jdk/test/java/awt/Focus/InputVerifierTest3/
H A DInputVerifierTest3.java75 Sysout.createDialog( );
76 Sysout.printInstructions( instructions );
207 Sysout.println( "The test passed." );
208 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
225 Sysout.println( "The test failed: " + whyFailed );
226 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
262 To print the instructions, send an array of strings to Sysout.createDialog
264 To display a message for the tester to see, simply call Sysout.println
270 class Sysout class
304 }// Sysout clas
[all...]

Completed in 484 milliseconds

1234