Class DilbertDisplayer

java.lang.Object
  extended byDilbertDisplayer

public class DilbertDisplayer
extends java.lang.Object

Short demo class that can display the current day's Dilbert cartoon. This is done by connecting to the known Dilbert web site (www.dilbert.com), scanning the front page for the path of today's image file, and then loading and displaying that image file. The idea for this is not new. Similar programs circulate on various web sites and news groups - I am not sure where the idea originally came from.

Version:
1.0
Author:
(of this implementation) Michael Kolling

Method Summary
static void main(java.lang.String[] args)
           
static void showDilbert()
          The main method of this class: find today's Dilbert cartoon and show it on screen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)

showDilbert

public static void showDilbert()
The main method of this class: find today's Dilbert cartoon and show it on screen.