Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #4065
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!feeder1.hal-mli.net!news.glorb.com!news-out.readnews.com!news-xxxfer.readnews.com!news-out.news.tds.net!newsreading01.news.tds.net!86597e80!not-for-mail |
|---|---|
| From | "John B. Matthews" <john.b..matthews@THRWHITE.remove-dii-this> |
| Subject | Re: ultimate chalenge in |
| Message-ID | <nospam-27FA94.06213022082008@aioe.org> (permalink) |
| X-Comment-To | comp.lang.java.gui |
| Newsgroups | comp.lang.java.gui |
| In-Reply-To | <890abd332fe0a@uwe> |
| References | <890abd332fe0a@uwe> |
| Content-Type | text/plain; charset=IBM437 |
| Content-Transfer-Encoding | 8bit |
| X-Gateway | time.synchro.net [Synchronet 3.15a-Win32 NewsLink 1.92] |
| Lines | 30 |
| Date | Wed, 27 Apr 2011 15:48:30 GMT |
| NNTP-Posting-Host | 96.60.20.240 |
| X-Complaints-To | news@tds.net |
| X-Trace | newsreading01.news.tds.net 1303919310 96.60.20.240 (Wed, 27 Apr 2011 10:48:30 CDT) |
| NNTP-Posting-Date | Wed, 27 Apr 2011 10:48:30 CDT |
| Organization | TDS.net |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.java.gui:4065 |
Show key headers only | View raw
To: comp.lang.java.gui In article <890abd332fe0a@uwe>, "vaidhu" <u45630@uwe> wrote: [...] > how do I change the font of individual combo box items, say if I have > 5 items in a combo box , how can I have each of them in a different > font ? I can do combo.setFont(Font f) but is there any way I can set > the font of the combo Items ? > > Also,In my combobox i want to display more than one item of every > font type. I want the source code or logic. [...] You might look at this: <http://java.sun.com/docs/books/tutorial/uiswing/components/combobox.html#renderer> Let MyFontRenderer extend JLabel and implement ListCellRenderer. Let it contain sufficient data to map the item index to your desired font. Set the desired font in getListCellRendererComponent(). -- John B. Matthews trashgod at gmail dot com home dot woh dot rr dot com slash jbmatthews --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
Back to comp.lang.java.gui | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
ultimate chalenge in JCom "vaidhu" <vaidhu@THRWHITE.remove-dii-this> - 2011-04-27 15:48 +0000
Re: ultimate chalenge in "John B. Matthews" <john.b..matthews@THRWHITE.remove-dii-this> - 2011-04-27 15:48 +0000
Re: ultimate chalenge in "John B. Matthews" <john.b..matthews@THRWHITE.remove-dii-this> - 2011-04-27 15:48 +0000
Re: ultimate chalenge in "vaidhu" <vaidhu@THRWHITE.remove-dii-this> - 2011-04-27 15:48 +0000
csiph-web