Class that can be used to decorate Swing components. This is done by offering the ability to paint on top of the components, similar to the glass pane concept. Just Define a Decoration by subclassing {@link DefaultDecoration}and overriding {@link DefaultDecoration#paintDecoration(Graphics2D,Decorator)}
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.