org.equanda.util.swing
Class SwingUtil

java.lang.Object
  extended by org.equanda.util.swing.SwingUtil

public final class SwingUtil
extends Object

Swing utility functions.

Author:
NetRom team

Method Summary
static void center(JComponent comp, Rectangle rectToCenter)
          Scrolls to the given rect and centers on it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

center

public static void center(JComponent comp,
                          Rectangle rectToCenter)
Scrolls to the given rect and centers on it.

Parameters:
comp - component
rectToCenter - rectangle to center


Copyright © 2007-2009. All Rights Reserved.