Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #956

Re: panel with label, equ

Path csiph.com!x330-a1.tempe.blueboxinc.net!feeder1.hal-mli.net!nx02.iad01.newshosting.com!newshosting.com!69.16.185.11.MISMATCH!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!news-in-01.newsfeed.easynews.com!easynews.com!easynews!news-out.news.tds.net!newsreading01.news.tds.net!86597e80!not-for-mail
From "Michael Rauscher" <michael.rauscher@THRWHITE.remove-dii-this>
Subject Re: panel with label, equ
Message-ID <er3s34$q0j$1@registered.motzarella.org> (permalink)
X-Comment-To comp.lang.java.gui
Newsgroups comp.lang.java.gui
In-Reply-To <qh8xezge0y.fsf@ruckus.brouhaha.com>
References <qh8xezge0y.fsf@ruckus.brouhaha.com>
Content-Type text/plain; charset=IBM437
Content-Transfer-Encoding 8bit
X-Gateway time.synchro.net [Synchronet 3.15a-Win32 NewsLink 1.92]
Lines 25
Date Wed, 27 Apr 2011 15:30:33 GMT
NNTP-Posting-Host 96.60.20.240
X-Complaints-To news@tds.net
X-Trace newsreading01.news.tds.net 1303918233 96.60.20.240 (Wed, 27 Apr 2011 10:30:33 CDT)
NNTP-Posting-Date Wed, 27 Apr 2011 10:30:33 CDT
Organization TDS.net
Xref x330-a1.tempe.blueboxinc.net comp.lang.java.gui:956

Show key headers only | View raw


  To: comp.lang.java.gui
Eric Smith schrieb:
> When programming with GTK+, I'm accustomed to grouping related
> widgets by putting them in a GtkFrame, which draws a box around
> them and optionally shows a text label.  There's an image of
> one (empty) on the GtkFrame documentation page:
> 
>     http://developer.gnome.org/doc/API/2.0/gtk/GtkFrame.html
> 
> Is there some simple equivalent of this in Swing?  Perusing the

Sure. The Swig way for having this kind of decorations is to use 
borders, in this case it's a javax.swing.border.TitledBorder.

You may use javax.swing.BorderFactory to create them. Example:

panel.setBorder( BorderFactory.createTitledBorder("My Title") );

Bye
Michael

---
 * 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 | NextPrevious in thread | Next in thread | Find similar


Thread

panel with label, equival "Eric Smith" <eric.smith@THRWHITE.remove-dii-this> - 2011-04-27 15:30 +0000
  Re: panel with label, equ "Eric Smith" <eric.smith@THRWHITE.remove-dii-this> - 2011-04-27 15:30 +0000
    Re: panel with label, equ ramgarg69@gmail.com.remove-dii-this - 2011-04-27 15:30 +0000
  Re: panel with label, equ "Michael Rauscher" <michael.rauscher@THRWHITE.remove-dii-this> - 2011-04-27 15:30 +0000
  Re: panel with label, equ ramgarg69@gmail.com.remove-dii-this - 2011-04-27 15:30 +0000

csiph-web