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