Class WindowUtils

java.lang.Object
com.l2fprod.util.WindowUtils

public class WindowUtils extends Object
Version:
$Revision: 1.2 $, $Date: 2005/07/02 21:47:29 $
Author:
$Author: zombi $
  • Constructor Details

    • WindowUtils

      public WindowUtils()
  • Method Details

    • centerOnScreen

      public static void centerOnScreen(Window w)
      Description of the Method
      Parameters:
      w - Description of Parameter
    • sizeTo

      public static void sizeTo(Window w, double x, double y)
      Description of the Method
      Parameters:
      w - Description of Parameter
      x - Description of Parameter
      y - Description of Parameter
    • getWindowButton

      public static JButton getWindowButton(JFrame window, String name)
    • getWindowButton

      public static JButton getWindowButton(JDialog window, String name)
    • getWindowButton

      public static JButton getWindowButton(JRootPane rootPane, String name)