Skip to content

Commit

Permalink
Modify instructions more
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonGuy committed Mar 20, 2024
1 parent 5d1c9b9 commit 5db0a4a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test/jdk/java/awt/print/Dialog/PrintModalDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,7 @@ public class PrintModalDialog {
then press "Fail", because if you can click on "Fail" and have it
respond, then the print dialog was not modal. If clicking on it
does nothing then cancel the print dialog and do the same for the
other print dialog.
Then after printing or closing the dialog, a new print dialog
should appear. Also check if this dialog is modal.
Finish printing or close the dialog. If both dialogs are modal,
PASS the test. Otherwise, FAIL.
other print dialog. If all is well, then press Pass.
""";

public static void main(String[] args) throws Exception {
Expand Down

0 comments on commit 5db0a4a

Please sign in to comment.