Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #3509 > unrolled thread
| Started by | "Hakan" <hakan@THRWHITE.remove-dii-this> |
|---|---|
| First post | 2011-04-27 15:45 +0000 |
| Last post | 2011-04-27 15:45 +0000 |
| Articles | 9 — 6 participants |
Back to article view | Back to comp.lang.java.gui
Problems with JTabbedPane "Hakan" <hakan@THRWHITE.remove-dii-this> - 2011-04-27 15:45 +0000
Re: Problems with JTabbed "RedGrittyBrick" <redgrittybrick@THRWHITE.remove-dii-this> - 2011-04-27 15:45 +0000
Re: Problems with JTabbed "Hakan" <hakan@THRWHITE.remove-dii-this> - 2011-04-27 15:45 +0000
Re: Problems with JTabbed "Jeff Higgins" <jeff.higgins@THRWHITE.remove-dii-this> - 2011-04-27 15:45 +0000
Re: Problems with JTabbed "Lew" <lew@THRWHITE.remove-dii-this> - 2011-04-27 15:45 +0000
Re: Problems with JTabbed "Hakan" <hakan@THRWHITE.remove-dii-this> - 2011-04-27 15:45 +0000
Re: Problems with JTabbed "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:45 +0000
Re: Problems with JTabbed "Jeff Higgins" <jeff.higgins@THRWHITE.remove-dii-this> - 2011-04-27 15:45 +0000
Re: Problems with JTabbed "Andrea Francia" <andrea.francia@THRWHITE.remove-dii-this> - 2011-04-27 15:45 +0000
| From | "Hakan" <hakan@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:45 +0000 |
| Subject | Problems with JTabbedPane |
| Message-ID | <1210948647.29@user.newsoffice.de> |
To: comp.lang.java.gui Why aren't the tabs in my JTabbedPane showing? I have a JTabbedPane with a number of JPanels placed on a JPanel in a JFrame, but the entire display is just empty. I made sure to call setVisible to be safe. -- Newsoffice.de - Die Onlinesoftware zum Lesen und Schreiben im Usenet Die Signatur lE#t sich nach Belieben anpassen ;-) --- * 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
[toc] | [next] | [standalone]
| From | "RedGrittyBrick" <redgrittybrick@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:45 +0000 |
| Subject | Re: Problems with JTabbed |
| Message-ID | <482da195$0$2481$da0feed9@news.zen.co.uk> |
| In reply to | #3509 |
To: comp.lang.java.gui Hakan wrote: > > Why aren't the tabs in my JTabbedPane showing? I have a JTabbedPane with > a number of JPanels placed on a JPanel in a JFrame, but the entire > display is just empty. I made sure to call setVisible to be safe. > The solution to your problem is explained here: <http://sscce.org/> -- RGB --- * 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
[toc] | [prev] | [next] | [standalone]
| From | "Hakan" <hakan@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:45 +0000 |
| Subject | Re: Problems with JTabbed |
| Message-ID | <1210966606.79@user.newsoffice.de> |
| In reply to | #3510 |
To: comp.lang.java.gui RedGrittyBrick wrote: > Hakan wrote: >> >> Why aren't the tabs in my JTabbedPane showing? I have a JTabbedPane with >> a number of JPanels placed on a JPanel in a JFrame, but the entire >> display is just empty. I made sure to call setVisible to be safe. >> > The solution to your problem is explained here: <http://sscce.org/> Is that a bad joke? There's nohting useful there. You don't even seem to have read my original question. -- Newsoffice.de - Die Onlinesoftware zum Lesen und Schreiben im Usenet Die Signatur lE#t sich nach Belieben anpassen ;-) --- * 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
[toc] | [prev] | [next] | [standalone]
| From | "Jeff Higgins" <jeff.higgins@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:45 +0000 |
| Subject | Re: Problems with JTabbed |
| Message-ID | <AymXj.24$%p3.6@newsfe02.lga> |
| In reply to | #3513 |
To: comp.lang.java.gui Hakan wrote > RedGrittyBrick wrote: > >> Hakan wrote: >>> >>> Why aren't the tabs in my JTabbedPane showing? I have a JTabbedPane with >>> a number of JPanels placed on a JPanel in a JFrame, but the entire >>> display is just empty. I made sure to call setVisible to be safe. >>> > >> The solution to your problem is explained here: <http://sscce.org/> > > Is that a bad joke? There's nohting useful there. You don't even seem to > have read my original question. > If it is a bad joke then it follows from a bad troubleshooting query. No useful troubleshooting information in the OP. --- * 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
[toc] | [prev] | [next] | [standalone]
| From | "Lew" <lew@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:45 +0000 |
| Subject | Re: Problems with JTabbed |
| Message-ID | <9oOdndTT4bvwvLPVnZ2dnUVZ_qLinZ2d@comcast.com> |
| In reply to | #3516 |
To: comp.lang.java.gui Jeff Higgins wrote: > Hakan wrote >> RedGrittyBrick wrote: >> >>> Hakan wrote: >>>> Why aren't the tabs in my JTabbedPane showing? I have a JTabbedPane with >>>> a number of JPanels placed on a JPanel in a JFrame, but the entire >>>> display is just empty. I made sure to call setVisible to be safe. >>>> >>> The solution to your problem is explained here: <http://sscce.org/> >> Is that a bad joke? There's nohting useful there. You don't even seem to >> have read my original question. >> > If it is a bad joke then it follows from a bad troubleshooting query. > No useful troubleshooting information in the OP. To the OP: Why would you consider it a joke, much less a bad one? It was the single best piece of advice anyone here could have given you. You want information, you have to give information. It's all explained on the referenced site. -- Lew --- * 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
[toc] | [prev] | [next] | [standalone]
| From | "Hakan" <hakan@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:45 +0000 |
| Subject | Re: Problems with JTabbed |
| Message-ID | <1211075397.61@user.newsoffice.de> |
| In reply to | #3516 |
To: comp.lang.java.gui Jeff Higgins wrote: >> > If it is a bad joke then it follows from a bad troubleshooting query. > No useful troubleshooting information in the OP. I realise that my first post was somewhat cryptical. As it is, the JTabbedPane became invalid when I added some content to the JPanels on it while the JTabbedPane was already visible. Would I have found that on that SSCE site? -- Newsoffice.de - Die Onlinesoftware zum Lesen und Schreiben im Usenet Die Signatur lE#t sich nach Belieben anpassen ;-) --- * 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
[toc] | [prev] | [next] | [standalone]
| From | "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:45 +0000 |
| Subject | Re: Problems with JTabbed |
| Message-ID | <d304018d-5b3a-479d-882e-f670343c56cb@n1g2000prb.googlegroups.com> |
| In reply to | #3527 |
To: comp.lang.java.gui On May 18, 11:49=A0am, Hakan <H...@softhome.net> wrote: > =A0...As it is, the > JTabbedPane became invalid when I added some content to the JPanels on > it while the JTabbedPane was already visible. Would I have found that on > that SS.. 'C' > ..CE site? The answer is not 'on the site', but the answer may have become apparent in the process of *making* an SSCCE. Even if the answer did not become clear while making an SSCCE, the final SSCCE is a convenient 'chunk of code' that displays the problem for others to see. This is explained in the page (which you have apparently still not read). -- Andrew T. PhySci.org --- * 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
[toc] | [prev] | [next] | [standalone]
| From | "Jeff Higgins" <jeff.higgins@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:45 +0000 |
| Subject | Re: Problems with JTabbed |
| Message-ID | <HWwXj.104$pN.86@newsfe06.lga> |
| In reply to | #3513 |
To: comp.lang.java.gui Hakan wrote: > RedGrittyBrick wrote: > >> Hakan wrote: >>> >>> Why aren't the tabs in my JTabbedPane showing? I have a JTabbedPane with >>> a number of JPanels placed on a JPanel in a JFrame, but the entire >>> display is just empty. I made sure to call setVisible to be safe. >>> > >> The solution to your problem is explained here: <http://sscce.org/> > > Is that a bad joke? There's nohting useful there. You don't even seem to > have read my original question. > For a perfect example of the power of the SSCCE see the recent thread: "Erasing a line" in this group. --- * 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
[toc] | [prev] | [next] | [standalone]
| From | "Andrea Francia" <andrea.francia@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:45 +0000 |
| Subject | Re: Problems with JTabbed |
| Message-ID | <DCzXj.312866$%k.407954@twister2.libero.it> |
| In reply to | #3513 |
To: comp.lang.java.gui Hakan wrote: > RedGrittyBrick wrote: > >> Hakan wrote: >>> >>> Why aren't the tabs in my JTabbedPane showing? I have a JTabbedPane >>> with a number of JPanels placed on a JPanel in a JFrame, but the >>> entire display is just empty. I made sure to call setVisible to be safe. >>> > >> The solution to your problem is explained here: <http://sscce.org/> > > Is that a bad joke? There's nohting useful there. You don't even seem to > have read my original question. > It is impossible to help you if you don't post some other information. The question you made is too generic to help you. SSCCE is a way, the best way, to post a query with the needed information to be helped. Take a look a the website they give you and repost your query. -- Andrea Francia http://code.google.com/p/remoted-list/ - Lazy loading lists through RMI. --- * 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
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.gui
csiph-web