This simple TipOfTheDay application is used to demonstrate and explain basic functionality of the JXTipOfTheDay component.

The JXTipOfTheDay constructor takes one parameter, which represents the model. In our example a Properties Object is used as data store and the helper class TipLoader creates the model. A more detailed introduction is available at http://www.javalobby.org/java/forums/t55436.html.

All relevant lines are highlighted. Press the "Run..." button to start the example.