Re: Strange behaviour of JTabbedPane
- From: "Oliver Wong" <owong@xxxxxxxxxxxxxx>
- Date: Mon, 28 Nov 2005 20:18:05 GMT
"Roland Zitzke" <NZEONTQYRAHL@xxxxxxxxxxxxx> wrote in message
news:438b27c9$1_1@xxxxxxxxxxxxxxxxx
> Hi,
> I have a tabbed pane with three tabs (only two are shown below).
> All content is different except that two tabs share a status message box.
> Sharing means that I want to display the same content in both tabs at that
> position.
> The strange effect is that the status box is only visible in the last tab
> I added to the tabbed pane.
> Do I need to "refresh" something here?
> Is there a general problem with sharing the same Gui object accross
> different panes? any hints?
> Thanks and regards
> Roland
[code snipped]
Instead of addind ghte same status box to both panes, did you try adding
two different status boxes, but having them share the same document model?
- Oliver
.
- Follow-Ups:
- Re: Strange behaviour of JTabbedPane
- From: Roland Zitzke
- Re: Strange behaviour of JTabbedPane
- References:
- Strange behaviour of JTabbedPane
- From: Roland Zitzke
- Strange behaviour of JTabbedPane
- Prev by Date: Re: Java 1.5 and system fonts
- Next by Date: Re: JPopupMenu position changing
- Previous by thread: Strange behaviour of JTabbedPane
- Next by thread: Re: Strange behaviour of JTabbedPane
- Index(es):
Relevant Pages
|