/[classpath]/classpath/javax/swing/plaf/metal/package.html
ViewVC logotype

Diff of /classpath/javax/swing/plaf/metal/package.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by gnu_andrew, Tue Aug 2 20:12:38 2005 UTC revision 1.1.2.2 by gnu_andrew, Wed Nov 2 00:44:01 2005 UTC
# Line 40  exception statement from your version. - Line 40  exception statement from your version. -
40  <head><title>GNU Classpath - javax.swing.plaf.metal</title></head>  <head><title>GNU Classpath - javax.swing.plaf.metal</title></head>
41    
42  <body>  <body>
43  <p>Provides a cross-platform look and feel known as "Metal".</p>  <p>Provides a cross-platform look and feel known as "Metal".  To install this
44    look and feel, add the following code (or something similar)
45    near the start of your application:</p>
46    <pre>try
47      {
48    &nbsp;&nbsp;UIManager.setLookAndFeel(new MetalLookAndFeel());
49      }
50    catch (UnsupportedLookAndFeelException e)
51      {
52    &nbsp;&nbsp;e.printStackTrace();
53      }</pre>
54  </body>  </body>
55  </html>  </html>

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26