graphics
Class Screen

java.lang.Object
  extended by graphics.Screen

public class Screen
extends java.lang.Object


Constructor Summary
Screen()
           
 
Method Summary
static void AutoCenter(javax.swing.JFrame dwt, java.awt.Dimension dlgSize)
           
static int getDpi()
           
static java.awt.Dimension getSize()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Screen

public Screen()
Method Detail

getDpi

public static int getDpi()

getSize

public static java.awt.Dimension getSize()

main

public static void main(java.lang.String[] args)

AutoCenter

public static void AutoCenter(javax.swing.JFrame dwt,
                              java.awt.Dimension dlgSize)
                       throws java.awt.HeadlessException
Throws:
java.awt.HeadlessException