1. JLayeredPane: what's the functional difference between depth and position? stackoverflow.comI am working on a Connect Four game for a school Java project. I've got the 'how' of the JLayeredPane, and it is working as expected, but I'm not quite getting ... |
2. How do I go about implementing a tray that appears on controls? stackoverflow.comI have a screen like so:
|
3. Using GridBagLayout in a JLayeredPane stackoverflow.comI am attempting to have a small floating "widget" of sorts in the top right of a JPanel. It's a fixed-size component - think of the compass in a google maps ... |
4. GUI Problem - JLayeredPane with GridBagLayout coderanch.comThe problem is the layered pane... if you want components to overlap each other, you aren't going to be able to use a regular layout manager. You're just going to have to do a setBounds() manually on every component. (Another problem is that you set the layout onto the SimpleLayers JFrame's content pane you are in the process of creating, and ... |
5. java.awt.Graphics Rectangles in a JLayeredPane Layout possible? forums.oracle.com |