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