systeminformationmonitor.swing.util
Class CalcDialogCenter

java.lang.Object
  extended by systeminformationmonitor.swing.util.CalcDialogCenter

public class CalcDialogCenter
extends java.lang.Object

CalcDialogCenter class calculates the center of a frame.


Nested Class Summary
static class CalcDialogCenter.XYCoord
          XYCord class return a (x,y) Coordination
 
Constructor Summary
CalcDialogCenter()
           
 
Method Summary
static CalcDialogCenter.XYCoord getDialogCenterLocation(javax.swing.JFrame frame, javax.swing.JDialog dialog)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalcDialogCenter

public CalcDialogCenter()
Method Detail

getDialogCenterLocation

public static CalcDialogCenter.XYCoord getDialogCenterLocation(javax.swing.JFrame frame,
                                                               javax.swing.JDialog dialog)