local.tomas.util.swing
Class SwingUtils
java.lang.Object
local.tomas.util.swing.SwingUtils
public abstract class SwingUtils
- extends Object
General swing utilities.
- Author:
- tomas.teubner
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SwingUtils
public SwingUtils()
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
Copyright © 2005-2007 Tomas Teubner. All Rights Reserved.