Placing component on Glass Pane

前端 未结 4 2176
时光说笑
时光说笑 2020-11-22 03:45

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 v

4条回答
  •  甜味超标
    2020-11-22 04:50

    Since I had been following Romain Guy's blogs on Swing for a long time. I have a link that you might be interested in. He released the source - which used a GlassPane for DnD effects.

    http://jroller.com/gfx/entry/drag_and_drop_effects_the

    I myself never did use a fizzy animation/effect on DnD, so can't comment any further :-|

提交回复
热议问题