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