glasspane
How to set postion to a glass pane in a JFrame and JPanel
I want to show a glasspane over my JFrame. I could do that and now my problem is, the glasspane is visible on the top left开发者_JS百科 corner. I want to know how to set glass pane\'s position as I wa[详细]
2023-04-05 10:44 分类:问答Java Swing GlassPane Drag Performance
I\'m trying to do a visual drag and drop in my Swing application using a GlassPane, but am running into the problem that the drag image lags behind the mouse pointer, sometimes considerably. How do I[详细]
2023-03-15 08:57 分类:问答Draw Image of Userinterface onto Glasspane
I\'m trying t开发者_C百科o draw a modified version of my GUI onto the Glasspane. My idea is to have a panel where I override the paint function, but when I trysomething like[详细]
2023-03-10 14:08 分类:问答Creating glasspane
I have a question. Can I create glasspane in body MousePressed ? If yes anyone can write me how? I mean that I press mouse button and glass pane is visible and I can painting on him.[详细]
2023-03-05 10:06 分类:问答Java Glass pane
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 want t[详细]
2023-03-05 05:21 分类:问答painting on glassPane is slow
I\'m building a domino game in java and I am using modified rectangle2d\'s to draw my tiles. To drag a tile I use mouse events to change the tiles coordinates and 开发者_开发知识库redraw the JPanel.[详细]
2023-02-21 18:20 分类:问答X11/Xlib: Create "GlassPane"-Window
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-Win[详细]
2023-01-28 14:08 分类:问答Block entire swing ui except for one component - "dialog style"
[This question is in relation to this question] Setting: I have this home-crafted \"editable label\" component which looks like a label, but w开发者_StackOverflowhen you click it, it turns into an ed[详细]
2023-01-13 10:42 分类:问答"Whiteout" entire swing GUI except from one component
[This question is in relation to this question] Setting: I have this home-crafted \"editable label\" component which looks like a label, but when you click it, it turns into an editable field, allowi[详细]
2023-01-13 10:40 分类:问答Placing component on Glass Pane
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 have[详细]
2022-12-25 03:37 分类:问答