I have developed many Java2D based applications, and have used many times SVG tools to draw the applications artwork, company logos, and many other things, for me this will change. For the first time ever since I know about SVG I am implementing a Java application that need to display and...
Someone requested help on SoloJava group (spanish language) about a Label that can be clicked, so I decided to implement one. The implementation details are very simple, this component is not a JLabel, it is a simple JButton with a different UI and a mouse listener added in order to change it...