Thus spake "rolhelne":
> >
> Does anyone will help me !!
> 
> >5- Is it possible to customize the vassal windows ? ex change the 
> grey to a other colour !! 

I know an answer to this one: Java does support 'skins' via it's look-and-
feel stuff. If you run VASSAL from the command line, you can set which
look-and-feel is used by giving java a flag like this:

-Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel

This will give you the default Metal look-and-feel. There are a few others
that are part of Sun's Java. If you're using Linux, you can try the
GTK look-and-feel by specifying com.sun.java.swing.plaf.gtk.GTKLookAndFeel,
or if on Windows, you can try the "native" Windows laf using
com.sun.java.swing.plaf.windows.WindowsLookAndFeel. If you download some
third-party look-and-feel, you specify its class the same way.

There's an app called SwingSet2 which is a look-and-feel browser, so you
can see what the different looks-and-feels included with Java are like.

(Also, two other flags I like to use: 

-Dswing.boldMetal=false -Dswing.aatext=true

The first makes text in GUI items not so bold, and the second makes GUI
text antialiased.)

-- 
J.


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/vassalengine/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/vassalengine/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to