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