开发者

Java Glass pane

开发者 https://www.devze.com 2023-03-05 05:21 出处:网络
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

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 to see all my components behind glassPane and I can paint on it using mouseDragged event. When I release mouse button my glassPane disappears.

I have another question to开发者_Go百科o. When I will paint on glass pane all my components behind them will be refreshing and repainting? Maybe somebody have nice example with glass pane which might help me.


How to Create Translucent and Shaped Windows

0

精彩评论

暂无评论...
验证码 换一张
取 消