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


Groups > comp.lang.java.gui > #2961 > unrolled thread

Frame and JSplitPanel

Started by"a" <a@THRWHITE.remove-dii-this>
First post2011-04-27 15:42 +0000
Last post2011-04-27 15:42 +0000
Articles 2 — 2 participants

Back to article view | Back to comp.lang.java.gui


Contents

  Frame and JSplitPanel "a" <a@THRWHITE.remove-dii-this> - 2011-04-27 15:42 +0000
    Re: Frame and JSplitPanel "RedGrittyBrick" <redgrittybrick@THRWHITE.remove-dii-this> - 2011-04-27 15:42 +0000

#2961 — Frame and JSplitPanel

From"a" <a@THRWHITE.remove-dii-this>
Date2011-04-27 15:42 +0000
SubjectFrame and JSplitPanel
Message-ID<AyIej.61308$DP1.41711@pd7urf2no>
  To: comp.lang.java.gui
Hi

I have a Frame that is able to load a picture and have some graphic
features.
How can I put it on a JSplitPanel and make it scrollable?

Thanks

---
 * 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]


#2963

From"RedGrittyBrick" <redgrittybrick@THRWHITE.remove-dii-this>
Date2011-04-27 15:42 +0000
Message-ID<477b7d43$0$13931$fa0fcedb@news.zen.co.uk>
In reply to#2961
  To: comp.lang.java.gui
a wrote:

> Hi
>
> I have a Frame that is able to load a picture and have some graphic
> features.
> How can I put it on a JSplitPanel and make it scrollable?
>

AFAIK you can't put a Frame or JFrame into a JSplitPanel. You'll have to
take the JPanel that you implicitly or explicitly set as the JFrame's
content pane and add that JPanel to a JScrollPane and then add that
JScrollPane to a JSplitPanel and finally set the JSplitPanel as the
content pane of a JFrame

If I were you I'd construct a SSCCE - a small self-contained compilable
example that people can cut from your message, paste into a *.java file
(or IDE) and compile & run to see what you are trying to achieve.

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