NapkinLAF < Projects < TWiki

TWiki . Projects . NapkinLAF

-- Main.arnold - 25 Mar 2006

Welcome!

Welcome to the Napkin Look & Feel wiki. This is for notes on using the pluggable Napkin Look & Feel.

Here at the beginning, the one thing that clearly would be useful is hints on how to use Napkin for various applications. If more content shows up, we can move this off to a page of its own.

General Notes

java -Dswing.defaultlaf=net.sourceforge.napkinlaf.NapkinLookAndFeel ...

swing.installedlafs=aqua,napkin
swing.installedlaf.aqua.name=Aqua
swing.installedlaf.aqua.class=apple.laf.AquaLookAndFeel
swing.installedlaf.napkin.name=Napkin
swing.installedlaf.napkin.class=net.sourceforge.napkinlaf.NapkinLookAndFeel

Next Version

You can find notes about our next release features at NapkinDotNextPlan.

Asking Questions

Where is the right place to ask questions about the NapkinLAF? (In particular I would like to change the default font used by TextArea?'s from Roman to the font the buttons use.)

----- Revision r7 - 18 Nov 2008 - 12:50:29 - Main.bherrmann7