Welcome to Blue my independent study on look and feel.

Here is the result of my Independent Study:

This independent study was to research how Java does its look and feel for its Swing classes. The following shows and demonstrates how look and feel is done in Java Swing.

The paper: doc html
The presentation: ppt  html
The application: jnpl
The classes:
to use the blue look and feel set the look and feel in UIManager to "william.swing.plaf.blue.BlueLookAndFeel" and add this jar to your class path.
to see an example run "william.swing.plaf.blue.Test" and add this jar to your class path
(this example is the same as the application)
jar
The source code: zip