view
Class ScreenInfo

java.lang.Object
  extended by view.ScreenInfo

public class ScreenInfo
extends Object

Simple class that prints out screen resolution.


Constructor Summary
ScreenInfo()
           
 
Method Summary
static void main(String[] arg)
           
private static void printDevice(GraphicsDevice gd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreenInfo

public ScreenInfo()
Method Detail

printDevice

private static void printDevice(GraphicsDevice gd)

main

public static void main(String[] arg)
                 throws Exception
Throws:
Exception