Class UiUtil
- java.lang.Object
-
- de.ipk_gatersleben.bit.bi.edal.rmi.client.util.UiUtil
-
public class UiUtil extends java.lang.Object
A utility class used to manage UI element
-
-
Constructor Summary
Constructors Constructor Description UiUtil()
-
Method Summary
Modifier and Type Method Description static void
fitTableColumns(javax.swing.JTable myTable)
change the width of JTable to show all the columnsstatic void
fitTableColumns(javax.swing.JTable myTable, int defaultwidth)
-