Error « JLayeredPane « Java Swing Q&A





1. Swing JLayeredPane.getLayer() - Documentation error or actual side effect?    stackoverflow.com

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:

Gets the layer ...

2. No idea where compiler errors are forming when using JLayeredPane    stackoverflow.com

So, in my last question ("Can't figure out how to overlap images in java") I was kindly advised to utilize layout managers and the JLayeredPane. However, after studying the demos, and ...