glasspane Questions

3

Solved

I've tried to create a fully transparent window using C++ & X11. It should not consume any events and simply forwards them to the windows below. Some kind of GlassPane as it's known for Java-Wi...
Cocke asked 1/12, 2010 at 16:28

1

I have some top decoration pane, which I want to process/preprocess mouse events, but which should not consume them, i.e. all overlapped panes should work as if they were not overlapped by decorati...
Huntley asked 13/10, 2016 at 14:4

1

Solved

how to stick JLabel in GlassPane to rellative, floating coordinates from JProgressBar without using ComponentListener or another listener, is there built_in notifiers in Standard LayoutManagers t...
Cephalonia asked 21/8, 2013 at 11:18

3

Solved

I am trying to place a JPanel on top of another JPanel which contains a JTextArea and a button and i want to the upper apnel to be transparent. I have tried it by making the setOpaque(false) of the...
Horthy asked 28/12, 2012 at 11:40

2

Solved

I have a JTabbedPane with some tabs and a lot of unused extra space next to the tabs. So I'm trying to use it and place some buttons there (like in Eclipse). I put the buttons on a GlassPane: JPa...
Withrow asked 10/9, 2012 at 7:49

1

Solved

Is it possible to add multiple GlassPanes for a single JFrame, or do I have to use the uncomfortable LayeredPane with the Opacity attribute. I have attached some code that shows what I want to do ...
Recalcitrate asked 3/1, 2012 at 17:1

1

Solved

I have a problem. I want to ask you how can I implement GlassPane to paint on it. I mean, if I click mouse button, in mouseClicked event, my transparent glass pane should be created, because I wan...
Disfeature asked 11/5, 2011 at 7:37

1

Solved

I've build a small GUI game in java and at some point I'm using a glassPane to temporarily block all mouseinput. I've used the glassPane before without any problems but this time it won't block the...
Hydrofoil asked 23/4, 2011 at 1:19

4

Solved

I have a subclass of JLabel that forms a component of my GUI. I have implemented the ability to drag and drop the component from one container to another, but without any visual effects. I want to ...
Factotum asked 1/4, 2010 at 15:48
1

© 2022 - 2024 — McMap. All rights reserved.