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