common-util

local.tomas.util.swing
Class SwingUtils

java.lang.Object
  extended by local.tomas.util.swing.SwingUtils

public abstract class SwingUtils
extends Object

General swing utilities.

Author:
tomas.teubner

Constructor Summary
SwingUtils()
           
 
Method Summary
static void makeEndVisible(JTextArea textArea)
          Assure that the end of a text area is visible.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingUtils

public SwingUtils()
Method Detail

makeEndVisible

public static void makeEndVisible(JTextArea textArea)
Assure that the end of a text area is visible. This method may be called from any thread.

Parameters:
textArea - the text area

common-util

Copyright © 2005-2007 Tomas Teubner. All Rights Reserved.