Re: How do I set table header height... without side effects?
- From: "Jeff Higgins" <oohiggins@xxxxxxxxx>
- Date: Fri, 13 Apr 2007 19:00:27 -0400
Qu0ll wrote:
table.getTableHeader().setPreferredSize(new Dimension(pane.getWidth(), 24));
table.getTableHeader()
.setPreferredSize(new Dimension(table.getColumnModel()
.getTotalColumnWidth(), 24));
.
- Follow-Ups:
- References:
- Prev by Date: Populating JTable with MySQL Data after clicking JButton
- Next by Date: Re: How do I set table header height... without side effects?
- Previous by thread: How do I set table header height... without side effects?
- Next by thread: Re: How do I set table header height... without side effects?
- Index(es):