Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / GUI / November 2005

Tip: Looking for answers? Try searching our database.

jtable text size on edit..

Thread view: 
6e - 29 Nov 2005 18:03 GMT
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
Vova Reznik - 30 Nov 2005 14:52 GMT
Unfortunately you have only 2 ways
1. Create your own editor.
2. Override JTable method
  public Component prepareEditor(TableCellEditor tce, int r, int c){
     Component c = super.prepareEditor(tce, r, c);
     c.setFont(yourFont);
     return c;
  }

> Hi!
>
[quoted text clipped - 12 lines]
>
> thanks


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.