| Languages >> Java |
Applying CSS styling to Java desktop and web GUIs
| Language : | English | Quality : | High | Has Audio : | true | Source : | Other | Media : | Flash |
|
|
CSS is a simple mechanism for adding style such as fonts, colors, and spacing to Web documents. This technology remains today confined to HTML and XML documents, although its principles are suitable for other domains. Let's see how we can use what we know to style Java objects, and then apply one typical styling system, Cascading Style Sheets (CSS), to the Java world to enhance the informative level of a user interface.
Most Swing components can be styled. However, the added value becomes more obvious as the components get more complex. This is why Table, Tree, and List are good candidates. An implementation of CSS for Java has been performed in ILOG JViews, a framework for displaying 2D graphics like charts, maps, and graphs. We will detail the advantage to use CSS engine with this framework. [SUGGEST A ARTICLE] |
Tags: Java, Preferences, Presentation, CSS, GUI, [SUGGEST A TAG]
|