fr.inria.oadymppac.panel
Class MainFrameDecorator

java.lang.Object
  extended byfr.inria.oadymppac.panel.MainFrameDecorator

public class MainFrameDecorator
extends java.lang.Object

Author:
raf To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Field Summary
static java.lang.String FILE_MENU
           
static java.lang.String HELP_MENU
           
static org.apache.log4j.Logger logger
           
static int MESSAGE_DELAY
           
static java.lang.String READY
           
static java.lang.String WIND_MENU
           
 
Constructor Summary
MainFrameDecorator(Properties properties)
           
MainFrameDecorator(Properties properties, java.lang.String title)
           
 
Method Summary
 javax.swing.JFrame getFrame()
           
 void setMessage(java.lang.String message)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static org.apache.log4j.Logger logger

FILE_MENU

public static final java.lang.String FILE_MENU
See Also:
Constant Field Values

WIND_MENU

public static final java.lang.String WIND_MENU
See Also:
Constant Field Values

HELP_MENU

public static final java.lang.String HELP_MENU
See Also:
Constant Field Values

READY

public static final java.lang.String READY
See Also:
Constant Field Values

MESSAGE_DELAY

public static final int MESSAGE_DELAY
See Also:
Constant Field Values
Constructor Detail

MainFrameDecorator

public MainFrameDecorator(Properties properties)
                   throws java.awt.HeadlessException
Throws:
java.awt.HeadlessException

MainFrameDecorator

public MainFrameDecorator(Properties properties,
                          java.lang.String title)
Parameters:
title -
Throws:
java.awt.HeadlessException
Method Detail

setMessage

public void setMessage(java.lang.String message)

getFrame

public javax.swing.JFrame getFrame()
Returns:
Returns the frame.