test/jdk/java/awt/Modal/ModalExclusionTests/ExcludeDialogTest.java
changeset 51840 dc15e45122b2
parent 47216 71c04702a3d5
equal deleted inserted replaced
51839:ab54a4d61d7f 51840:dc15e45122b2
     1 /*
     1 /*
     2  * Copyright (c) 2007, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2007, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    23 
    23 
    24 import java.awt.*;
    24 import java.awt.*;
    25 import java.awt.event.*;
    25 import java.awt.event.*;
    26 import java.awt.print.*;
    26 import java.awt.print.*;
    27 
    27 
    28 import static jdk.testlibrary.Asserts.*;
    28 import static jdk.test.lib.Asserts.*;
    29 
    29 
    30 
    30 
    31 public class ExcludeDialogTest implements AWTEventListener {
    31 public class ExcludeDialogTest implements AWTEventListener {
    32 
    32 
    33     class ParentDialog extends TestDialog {
    33     class ParentDialog extends TestDialog {