• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JSplitPane, some help please

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I'll try and give you a brief description. I'm making a simple browser.

- - - - - - - - - - - - - - - - - - -
[www.javaranch.com ] [load] [back]
- - - - - - - - - - - - - - - - - - -
|
|
|
|
|
links | htmlPane
pane |
|
|
|
- - - - - - - - - - - - - - - - - - -

I would like to use a JSplitPane. To display my 2 identical JScrollPane (JEditorPane). the linksPane will diplay a html file which i will make (containing links) and the htmlPane will display the webpage.

I cannot implement JSplitPane into my code. Could some please give me some directions. thnaks



and test file :



 
Ranch Hand
Posts: 101
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
looks like you're almost there!

try replacing line



with something like



hth
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic