public class GuiUtilities
extends java.lang.Object
Constructor and Description |
---|
GuiUtilities() |
Modifier and Type | Method and Description |
---|---|
static int |
getPreferredWidthOfCell(javax.swing.JTable table,
int rowIndex,
int colIndex)
Returns the preferred width of a given cell in a table.
|
public static int getPreferredWidthOfCell(javax.swing.JTable table, int rowIndex, int colIndex)
table
- the tablecolIndex
- the colum indexrowIndex
- the row indexCopyright © 2013. All Rights Reserved.