bookmark

javacss: Home


Description

This project is an implementation of CSS stylesheets for Java GUI components. For instance, the following stylesheet:

JButton.link { border: null; foreground: blue; text-decoration: underline; }

JButton.link:armed { foreground: red; }

will change all buttons with the "link" style class to look like HTML links rather than standard buttons.

Preview

Tags

Users

  • @gresch

Comments and Reviews