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


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

Re: JInternalFrame - Titl

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 "Larry A Barowski" <larry.a.barowski@THRWHITE.remove-dii-this>
Subject Re: JInternalFrame - Titl
Message-ID <SP2dndbkLIbkwyjVnZ2dnUVZ_vednZ2d@comcast.com> (permalink)
X-Comment-To comp.lang.java.gui
Newsgroups comp.lang.java.gui
In-Reply-To <wNZsk.31521$IK1.21675@news-server.bigpond.net.au>
References <wNZsk.31521$IK1.21675@news-server.bigpond.net.au>
Content-Type text/plain; charset=IBM437
Content-Transfer-Encoding 8bit
X-Gateway time.synchro.net [Synchronet 3.15a-Win32 NewsLink 1.92]
Lines 28
Date Wed, 27 Apr 2011 15:48:43 GMT
NNTP-Posting-Host 96.60.20.240
X-Complaints-To news@tds.net
X-Trace newsreading01.news.tds.net 1303919323 96.60.20.240 (Wed, 27 Apr 2011 10:48:43 CDT)
NNTP-Posting-Date Wed, 27 Apr 2011 10:48:43 CDT
Organization TDS.net
Xref x330-a1.tempe.blueboxinc.net comp.lang.java.gui:4105

Show key headers only | View raw


  To: comp.lang.java.gui

"Ian Semmel" <isemmelNOJUNK@NOJUNKrocketcomp.com.au> wrote in message 
news:wNZsk.31521$IK1.21675@news-server.bigpond.net.au...
>
> That didn't seem to work. Thanks. I will try to use some other component.

What L&F are you using?

You need to do something like (code assumed to be in JInternalFrame
subclass):
   javax.swing.plaf.InternalFrameUI ui = getUI();
   if (ui instanceof BasicInternalFrameUI)
      ((BasicInternalFrameUI) ui).setNorthPane(null);

Also, if the UI updates, it will reset, so your JInternalFrame
subclass needs:

public void updateUI() {
   super.updateUI();
   -- call the method that nulls the title pane or duplicate
   -- the code here
}

---
 * 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 | Unroll thread


Thread

JInternalFrame - Title Ba "Ian Semmel" <ian.semmel@THRWHITE.remove-dii-this> - 2011-04-27 15:48 +0000
  Re: JInternalFrame - Titl "Larry A Barowski" <larry.a.barowski@THRWHITE.remove-dii-this> - 2011-04-27 15:48 +0000
    Re: JInternalFrame - Titl "Ian Semmel" <ian.semmel@THRWHITE.remove-dii-this> - 2011-04-27 15:48 +0000
      Re: JInternalFrame - Titl "Larry A Barowski" <larry.a.barowski@THRWHITE.remove-dii-this> - 2011-04-27 15:48 +0000
        Re: JInternalFrame - Titl "Ian Semmel" <ian.semmel@THRWHITE.remove-dii-this> - 2011-04-27 15:48 +0000

csiph-web