jdk/test/javax/swing/Headless/HeadlessJEditorPane.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.
   113         b.isFocusCycleRoot(new Container());
   113         b.isFocusCycleRoot(new Container());
   114         b.transferFocusBackward();
   114         b.transferFocusBackward();
   115         b.setName("goober");
   115         b.setName("goober");
   116         b.getName();
   116         b.getName();
   117         b.getParent();
   117         b.getParent();
   118         b.getPeer();
       
   119         b.getGraphicsConfiguration();
   118         b.getGraphicsConfiguration();
   120         b.getTreeLock();
   119         b.getTreeLock();
   121         b.getToolkit();
   120         b.getToolkit();
   122         b.isValid();
   121         b.isValid();
   123         b.isDisplayable();
   122         b.isDisplayable();