Questions tagged [jlayeredpane]

JLayeredPane is a Java Swing component that adds depth to a JFC/Swing container, allowing components to overlap each other when needed.

JLayeredPane is a Java Swing component that adds depth to a JFC/Swing container, allowing components to overlap each other when needed.
See How to Use a Layered Pane for more information.

272 questions
-1
votes
1 answer

JLayeredPane with gridlayout?

Is there a way for me to add buttons to the right side of my JLayeredPane? The layered pane contains a JPanel which represents a chess board and on top of this board I have JLabels representing chess pieces. I want basically another panel attached…
SKLAK
  • 3,825
  • 9
  • 33
  • 57
-1
votes
2 answers

JLayeredPane with a JDialog

I am unable to make any components apear on a JLayeredPane when adding it to a JDialog. I have also been unable to find a web resource that shows this may be done in a reasonably sized block of code. Every sight iv looked at "claims" this can be…
blackDog
  • 1
  • 1
  • 5
1 2 3
18
19