Re: [OpenMap Users] openmap appearance

From: Bart Jourquin <bart.jourquin_at_fucam.ac.be>
Date: Fri, 01 Oct 2004 08:54:48 +0200

You also can use a lot of free available PLAF's (Pluggable Look&Feels)
the following ways:

(example with some):

 // Install a new free Look&Feel's
    org.compiere.plaf.CompiereLookAndFeel compiere = new
org.compiere.plaf.CompiereLookAndFeel();
    UIManager.installLookAndFeel(compiere.getName(),
compiere.getClass().getName());

    // this one is only redistributable if you have Borland JBuilder
2005. It was not redistributable with older versions.../
    com.borland.plaf.borland.BorlandLookAndFeel borland = new
com.borland.plaf.borland.BorlandLookAndFeel();
    UIManager.installLookAndFeel(borland.getName(),
borland.getClass().getName());

    net.sourceforge.mlf.metouia.MetouiaLookAndFeel metouia = new
net.sourceforge.mlf.metouia.MetouiaLookAndFeel();
    UIManager.installLookAndFeel(metouia.getName(),
metouia.getClass().getName());

    com.digitprop.tonic.TonicLookAndFeel tonic = new
com.digitprop.tonic.TonicLookAndFeel();
    UIManager.installLookAndFeel(tonic.getName(),
tonic.getClass().getName());

    com.birosoft.liquid.LiquidLookAndFeel liquid = new
com.birosoft.liquid.LiquidLookAndFeel();
    UIManager.installLookAndFeel(liquid.getName(),
liquid.getClass().getName());

    org.gtk.java.swing.plaf.gtk.GtkLookAndFeel gtk = new
org.gtk.java.swing.plaf.gtk.GtkLookAndFeel();
    UIManager.installLookAndFeel(gtk.getName(),
gtk.getClass().getName());

    com.stefankrause.xplookandfeel.XPLookAndFeel xp = new
com.stefankrause.xplookandfeel.XPLookAndFeel();
    UIManager.installLookAndFeel(xp.getName(), xp.getClass().getName());




Le jeu 30/09/2004 à 23:12, Don Dietrick a écrit :

> Hi Andrea,
>
> The openmap.properties file controls the configuration of the
> application. If you want the skin on the application you see on the
> website, you have to use Mac OS X. :)
>
> - Don
>
>
> On Sep 30, 2004, at 6:58 AM, Andrea Leone wrote:
>
> > Hi,
> >
> > How could I change the appearance of openmap, I know that it is
> > possible to change the skin from the openmap.properties file like the
> > first picture of openmap you see in the website, but I don’t remember
> > how.
> >
> >
> >
> > Thanks,
> >
> > Andrea
> >
>
>
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> Don Dietrick, dietrick_at_bbn.com
> BBN Technologies, Cambridge, MA
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>
> --
> [To unsubscribe to this list send an email to "majdart_at_bbn.com"
> with the following text in the BODY of the message "unsubscribe openmap-users"]

-- 
Prof Dr Bart Jourquin
F.U.Ca.M. - G.T.M.
Chaussée de Binche, 151a
B7000 Mons
Belgium
Tel. : +32 65 323293
Fax. : +32 65 315691
http://www.fucam.ac.be/jourquin
--
[To unsubscribe to this list send an email to "majdart_at_bbn.com"
with the following text in the BODY of the message "unsubscribe openmap-users"]
Received on Fri Oct 01 2004 - 02:58:24 EDT

This archive was generated by hypermail 2.3.0 : Tue Mar 28 2017 - 23:25:06 EDT