jsky.util.gui
Class DesktopUtil

java.lang.Object
  extended by jsky.util.gui.DesktopUtil

public class DesktopUtil
extends java.lang.Object

Draws tiles of a given image on the background of a given JDesktopPane.

Version:
$Revision: 1.1 $
Author:
Allan Brighton

Constructor Summary
DesktopUtil(javax.swing.JDesktopPane desk, java.lang.String iconName)
          Make an icon image, tile it on a JComponent and put the component in a background layer of the desktop.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesktopUtil

public DesktopUtil(javax.swing.JDesktopPane desk,
                   java.lang.String iconName)
Make an icon image, tile it on a JComponent and put the component in a background layer of the desktop.