test/javax/swing/Headless/HeadlessJInternalFrame.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2007, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2007, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 133,143 **** intf.isFocusCycleRoot(new Container()); intf.transferFocusBackward(); intf.setName("goober"); intf.getName(); intf.getParent(); - intf.getPeer(); intf.getGraphicsConfiguration(); intf.getTreeLock(); intf.getToolkit(); intf.isValid(); intf.isDisplayable(); --- 133,142 ----