Hi Donald,

dondragon2 <[EMAIL PROTECTED]> wrote on 09/25/2006 04:12:30 PM:

> I creating a swing application and I am using the different loo and 
feels
> (Mettalica, Plastic etc) to change the different UI components.  I want 
to
> do some similar to what you done in html pages to the swing application. 
 I
> came across batik-css and sac but there is virtual no documentation.

   These simply implement the W3C CSS specification and W3C SAC 
specification. those specification explain most of what these can do.
If you want to know how to customize these take a look at:
    org.apache.batik.css.engine.SVGCSSEngine

> How can I use batik-css to style my swing appliaction?  please give me a
> example code or point me to a site that may have some. 

   I think you will find it an awful lot of work to style a Swing 
application with CSS.  You would have to design some kind of DOM
model of your Swing application, and then define a number of CSS 
properties, and then write code to apply those CSS properties to
Swing.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to