gui
Class Util

java.lang.Object
  |
  +--gui.Util

public class Util
extends Object

Static class to provide utility functions for working with GUI components.

Version:
$Revision: 1.2 $
Author:
Allen D. Ball

Method Summary
static void setJTablePreferredWidths(JTable table)
          Method to set the preferred widths of JTable cells to better show the contents.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setJTablePreferredWidths

public static void setJTablePreferredWidths(JTable table)
Method to set the preferred widths of JTable cells to better show the contents.


Copyright 2002 Allen D. Ball. All rights reserved.