mvp
Class Screen

java.lang.Object
  |
  +--mvp.Screen
All Implemented Interfaces:
java.io.Serializable

public class Screen
extends java.lang.Object
implements java.io.Serializable

Class Screen is a toolkit-independent definition of the physical display screen on which GUI widgets are displayed. In Java, the Screen type is not necessary, since the Java runtime environment handles all screen details transparently. In other toolkits, the definition of Screen may be necessary.

See Also:
Serialized Form

Constructor Summary
Screen()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Screen

public Screen()