net.sourceforge.arbaro.gui
Class Workplace

java.lang.Object
  extended by net.sourceforge.arbaro.gui.Workplace

public final class Workplace
extends java.lang.Object

The main window of Arbaro GUI

Author:
wdiestel

Constructor Summary
Workplace()
           
 
Method Summary
 void applyConfig()
           
protected static javax.swing.ImageIcon createImageIcon(java.lang.String path, java.lang.String description)
          Returns an ImageIcon, or null if the path was invalid.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Workplace

public Workplace()
Method Detail

createImageIcon

protected static javax.swing.ImageIcon createImageIcon(java.lang.String path,
                                                       java.lang.String description)
Returns an ImageIcon, or null if the path was invalid.

Parameters:
path -
description -
Returns:
ImageIcon, or null if the path was invalid

applyConfig

public void applyConfig()