Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #4691
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail |
|---|---|
| From | "John B. Matthews" <nospam@nospam.invalid> |
| Newsgroups | comp.lang.java.gui |
| Subject | Re: adding border to JSlider using Nimbus |
| Date | Fri, 16 Sep 2011 23:19:47 -0400 |
| Organization | The Wasteland |
| Lines | 28 |
| Message-ID | <nospam-FC560F.23194716092011@news.aioe.org> (permalink) |
| References | <daabdcd3-7d35-400f-9235-edf9539fef75@t30g2000prm.googlegroups.com> <nhn777hcj2qqga5of1f69d925d0inkjlht@4ax.com> |
| NNTP-Posting-Host | LQJtZWzu+iKlBROuDg+IUg.user.speranza.aioe.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 7bit |
| X-Complaints-To | abuse@aioe.org |
| User-Agent | MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) |
| X-Notice | Filtered by postfilter v. 0.8.2 |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.java.gui:4691 |
Show key headers only | View raw
In article <nhn777hcj2qqga5of1f69d925d0inkjlht@4ax.com>, Roedy Green <see_website@mindprod.com.invalid> wrote: > On Thu, 8 Sep 2011 11:57:31 -0700 (PDT), Fred > <fred.l.kleinschmidt@boeing.com> wrote, quoted or indirectly quoted > someone who said : > > >I create a vertical JSlider with ticks and labels painted. > >Its width is x pixels (x depends on the font, etc.) > > Some of the Swing components are a actually composites. The methods > don't properly pass information on through to the appropriate inner > component. You have to tease it out and talk to it directly. Have a > look at the source code is src.zip to discover how they are > constructed. > > I have put an few notes in the Java glossary about the process, > especially JSpinner. JSlider may be similar. > > see http://mindprod.com/jgloss/jspinner.html Good point about composites; JSpinner's editors implement Layout, accordingly. JSlider is not composite. -- John B. Matthews trashgod at gmail dot com <http://sites.google.com/site/drjohnbmatthews>
Back to comp.lang.java.gui | Previous | Next — Previous in thread | Find similar
adding border to JSlider using Nimbus Fred <fred.l.kleinschmidt@boeing.com> - 2011-09-08 11:57 -0700
Re: adding border to JSlider using Nimbus Tom <tom400f@gmail.com> - 2011-09-08 22:57 +0000
Re: adding border to JSlider using Nimbus "John B. Matthews" <nospam@nospam.invalid> - 2011-09-08 19:09 -0400
Re: adding border to JSlider using Nimbus Roedy Green <see_website@mindprod.com.invalid> - 2011-09-16 16:45 -0700
Re: adding border to JSlider using Nimbus "John B. Matthews" <nospam@nospam.invalid> - 2011-09-16 23:19 -0400
csiph-web