com.mamarce.mhp.mf.constants
Class Constants

java.lang.Object
  extended by com.mamarce.mhp.mf.constants.Constants

public class Constants
extends java.lang.Object

Title : Constants.java . Copyright: Copyright (c) 2005 Company: www.mamarce.come.come.com

Version:
1.0
Author:
frattallone

Field Summary
static java.awt.Rectangle FULL_SCREEN_RECTANGLE
          A rectangle for the maximum dimensions of a "screen".
static java.awt.Rectangle NO_SCREEN_RECTANGLE
          A rectangle for hiding a "screen".
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FULL_SCREEN_RECTANGLE

public static final java.awt.Rectangle FULL_SCREEN_RECTANGLE
A rectangle for the maximum dimensions of a "screen".


NO_SCREEN_RECTANGLE

public static final java.awt.Rectangle NO_SCREEN_RECTANGLE
A rectangle for hiding a "screen".

Constructor Detail

Constants

public Constants()