How can I create a drop shadow, inner glow and outer glow in Java Swing?

前端 未结 2 2043
温柔的废话
温柔的废话 2020-12-30 02:21

I am generating some images using the Graphics2D interface, and occasionally I\'d like to be able to draw some text on the image and apply to it effects like the ones in Ado

2条回答
  •  独厮守ぢ
    2020-12-30 02:52

    This site has got a lot information about filters and effects, I think the sourcecode of the application is also available.

提交回复
热议问题