|
2 |
edited tags
|
||
|
1 |
|
||
Swing JLayeredPane.getLayer() - Documentation error or actual side effect?I'm trying to figure something out about JLayeredPane in Swing. If anyone has used this class, feedback would be appreciated. The documentation for getLayer(JComponent c) states:
Clearly, there is some mistake here since this is the instance method getLayer() (there aren't overloaded versions) Is there actually a different call that should be made here, or was somebody just too eager in copying from putLayer():
|
||||
