java.net: Wiki

The Source for Java Technology Collaboration


 <<O>>  Difference Topic NapkinLAF (7 - 18 Nov 2008 - Main.bherrmann7)
Line: 1 to 1
 -- Main.arnold - 25 Mar 2006

Welcome!

Line: 36 to 36
 You can find notes about our next release features at NapkinDotNextPlan.
Added:
>
>

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.)


 <<O>>  Difference Topic NapkinLAF (6 - 08 May 2006 - Main.arnold)
Line: 1 to 1
 -- Main.arnold - 25 Mar 2006

Welcome!

Line: 32 to 32
 
  • There may or may not be an installedlafs property already in the file. If so, append to it. In my case (Mac OS X), there was none, just a statement of the default LAF, so I added one. If there already is one, add napkin to it.
Added:
>
>

Next Version

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


 <<O>>  Difference Topic NapkinLAF (5 - 30 Mar 2006 - Main.alexlamsl)
Line: 1 to 1
 -- Main.arnold - 25 Mar 2006

Welcome!


 <<O>>  Difference Topic NapkinLAF (4 - 26 Mar 2006 - Main.alexlamsl)
Line: 1 to 1
 -- Main.arnold - 25 Mar 2006

Welcome!

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

Changed:
<
<
pluggable Napkin Look & Feel.
>
>
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
Line: 27 to 27
 swing.installedlaf.aqua.name=Aqua swing.installedlaf.aqua.class=apple.laf.AquaLookAndFeel swing.installedlaf.napkin.name=Napkin
Changed:
<
<
swing.installedlaf.napkin.class=napkin.NapkinLookAndFeel
>
>
swing.installedlaf.napkin.class=net.sourceforge.napkinlaf.NapkinLookAndFeel
 

  • There may or may not be an installedlafs property already in the file. If so, append to it. In my case (Mac OS X), there was none, just a statement of the default LAF, so I added one. If there already is one, add napkin to it.

 <<O>>  Difference Topic NapkinLAF (3 - 25 Mar 2006 - Main.arnold)
Line: 1 to 1
 -- Main.arnold - 25 Mar 2006

Welcome!

Line: 12 to 12
 

General Notes

Changed:
<
<
  • If you are starting the Java VM yourself, the direct way to set your LAF is by the property swing.defaultlaf.
>
>
  • If you are starting the Java VM yourself, the direct way to set your LAF is by the property swing.defaultlaf.
 
     java -Dswing.defaultlaf=net.sourceforge.napkinlaf.NapkinLookAndFeel ...
     
Changed:
<
<
  • To do this you have to add napkinlaf.jar to the classpath, which can be a pain.
>
>
  • To do this you have to add napkinlaf.jar to the classpath, which can be a pain. If you can, it's easier to add the jar to the JRE's lib/ext directory, which is where installed extensions go. Then it will always be available.
 
Changed:
<
<
  • Applications that let you set your own look and feel often look for installed LAFs and present them as options. The list of installed LAFs is stored in the JRE's swing.properties file. This is in the lib directory. Add lines that look something like the following:
>
>
  • Applications that let you set your own look and feel often look for installed LAFs and present them as options. The list of installed LAFs is stored in the JRE's swing.properties file. This is in the lib directory. Add lines that look something like the following:
 
     swing.installedlafs=aqua,napkin
Line: 35 to 30
  swing.installedlaf.napkin.class=napkin.NapkinLookAndFeel
Changed:
<
<
There may or may not be an installedlafs property already in the file. If so, append to it. In my case (Mac OS X), there was none, just a statement of the default LAF, so I added one.
>
>
  • There may or may not be an installedlafs property already in the file. If so, append to it. In my case (Mac OS X), there was none, just a statement of the default LAF, so I added one. If there already is one, add napkin to it.
 

 <<O>>  Difference Topic NapkinLAF (2 - 25 Mar 2006 - Main.arnold)
Line: 1 to 1
Added:
>
>
-- Main.arnold - 25 Mar 2006
 

Welcome!

Changed:
<
<
Welcome to the Napkin Look & Feel wiki. This is for notes on using the pluggable Napkin Look & Feel.
>
>
Welcome to the Napkin Look & Feel wiki. This is for notes on using the pluggable Napkin Look & Feel.
 
Changed:
<
<
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.
>
>
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

Changed:
<
<
* Applications that let you set your own look and feel often look for installed LAFs and present them as options. The list of installed LAFs is stored in the JRE's swing.properties file. This is in the lib directory. Add lines that look something like the following:
>
>
  • If you are starting the Java VM yourself, the direct way to set your LAF is by the property swing.defaultlaf.

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

  • To do this you have to add napkinlaf.jar to the classpath, which can be a pain.

  • Applications that let you set your own look and feel often look for installed LAFs and present them as options. The list of installed LAFs is stored in the JRE's swing.properties file. This is in the lib directory. Add lines that look something like the following:
 
swing.installedlafs=aqua,napkin
Line: 17 to 35
 swing.installedlaf.napkin.class=napkin.NapkinLookAndFeel
Changed:
<
<
There may or may not be an installedlafs property already in the file. If so, append to it. In my case (Mac OS X), there was none, just a statement of the default LAF. So I added one.
>
>
There may or may not be an installedlafs property already in the file. If so, append to it. In my case (Mac OS X), there was none, just a statement of the default LAF, so I added one.
 

 <<O>>  Difference Topic NapkinLAF (1 - 25 Mar 2006 - Main.arnold)
Line: 1 to 1
Added:
>
>

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

* Applications that let you set your own look and feel often look for installed LAFs and present them as options. The list of installed LAFs is stored in the JRE's swing.properties file. This is in the lib directory. Add lines that look something like the following:

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=napkin.NapkinLookAndFeel

There may or may not be an installedlafs property already in the file. If so, append to it. In my case (Mac OS X), there was none, just a statement of the default LAF. So I added one.


Topic NapkinLAF . { View | Diffs r7 < r6 < r5 < r4 | More }
 XML java.net RSS