java.lang.ObjectDilbertDisplayer
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.
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 |
public static void main(java.lang.String[] args)
public static void showDilbert()