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. |
140 b.isFocusCycleRoot(new Container()); |
140 b.isFocusCycleRoot(new Container()); |
141 b.transferFocusBackward(); |
141 b.transferFocusBackward(); |
142 b.setName("goober"); |
142 b.setName("goober"); |
143 b.getName(); |
143 b.getName(); |
144 b.getParent(); |
144 b.getParent(); |
145 b.getPeer(); |
|
146 b.getGraphicsConfiguration(); |
145 b.getGraphicsConfiguration(); |
147 b.getTreeLock(); |
146 b.getTreeLock(); |
148 b.getToolkit(); |
147 b.getToolkit(); |
149 b.isValid(); |
148 b.isValid(); |
150 b.isDisplayable(); |
149 b.isDisplayable(); |