jdk/test/javax/swing/Headless/HeadlessJInternalFrame.java
changeset 30469 bac0a7ff7e1e
parent 25203 ea684628f900
equal deleted inserted replaced
30468:a016d2637922 30469:bac0a7ff7e1e
     1 /*
     1 /*
     2  * Copyright (c) 2007, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2007, 2015, 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.
   133         intf.isFocusCycleRoot(new Container());
   133         intf.isFocusCycleRoot(new Container());
   134         intf.transferFocusBackward();
   134         intf.transferFocusBackward();
   135         intf.setName("goober");
   135         intf.setName("goober");
   136         intf.getName();
   136         intf.getName();
   137         intf.getParent();
   137         intf.getParent();
   138         intf.getPeer();
       
   139         intf.getGraphicsConfiguration();
   138         intf.getGraphicsConfiguration();
   140         intf.getTreeLock();
   139         intf.getTreeLock();
   141         intf.getToolkit();
   140         intf.getToolkit();
   142         intf.isValid();
   141         intf.isValid();
   143         intf.isDisplayable();
   142         intf.isDisplayable();