equal
deleted
inserted
replaced
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 p.isFocusCycleRoot(new Container()); |
110 p.isFocusCycleRoot(new Container()); |
111 p.transferFocusBackward(); |
111 p.transferFocusBackward(); |
112 p.setName("goober"); |
112 p.setName("goober"); |
113 p.getName(); |
113 p.getName(); |
114 p.getParent(); |
114 p.getParent(); |
115 p.getPeer(); |
|
116 p.getGraphicsConfiguration(); |
115 p.getGraphicsConfiguration(); |
117 p.getTreeLock(); |
116 p.getTreeLock(); |
118 p.getToolkit(); |
117 p.getToolkit(); |
119 p.isValid(); |
118 p.isValid(); |
120 p.isDisplayable(); |
119 p.isDisplayable(); |