jtable text size on edit..
- From: "6e" <aotemp@xxxxxxxxxxx>
- Date: 29 Nov 2005 10:03:41 -0800
Hi!
Im working with an extended jtable, in the constructor, I set the font
size and the rowHeight,
htfFont = new Font("Courier", Font.PLAIN, 15);
this.setFont(htfFont);
this.setRowHeight(htfFont.getSize() + 3);
the font seems to only take effect after exiting the cell, when it is
being editted it looks quite small. I would expect that there should be
an easy way to do this rather than creating a new tablecelleditor and
tablecellrenderer classes.. and ideas?
thanks
.
- Prev by Date: Re: Modifying ResultSetTableModel not Database
- Next by Date: Re: run file throught an incoming text
- Previous by thread: Signature Capture Applet - Version 2
- Next by thread: MDI Manager
- Index(es):
Relevant Pages
|
|