0
votes
2answers
41 views
adding JLayeredPane to JPanel
I am trying to add a JLayeredPane to a JPanel and then add an image (JLabel icon) and a button to the JLayeredPane, but neither show up. I've tested the image without the button and the layeredpane …
0
votes
3answers
80 views
How to add a JLabel on the DRAG_LAYER under the mouseDragged event
Hi everyone,
I am currently working on a drag n drop application and I would really like to know what's happening inside the JLayeredPane and I get a particular program behaviour...
Here's the deal:
…
0
votes
0answers
118 views
Do you have printing problems when using a JLayeredPane?
I am currently using a JLayeredPane to display a bowling ball in the background and then put JTextField's on top of the image that represent certain measurements that a bowling pro-shop worker would …
0
votes
1answer
130 views
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:
Gets the layer …
