combine JSplitPane with JTabbedPane?

R

rmn190

there is an example in Notepad++,where when 2 or more tabs are open,we
can right-click the tab and choose the "go to another view"
command.it's so good that we can check 2 files in two views.

so i wanna know how to implement this function in java?and is there
any example i can study?

Thanks a lot!
 
O

Oliver Wong

rmn190 said:
there is an example in Notepad++,where when 2 or more tabs are open,we
can right-click the tab and choose the "go to another view"
command.it's so good that we can check 2 files in two views.

so i wanna know how to implement this function in java?and is there
any example i can study?

I'm note familiar with Notepad++. Is this feature similar to jEdit's
split view? There's a screenshot at
http://i6.photobucket.com/albums/y215/Sir_Brizz/jedit-example.png

If so, you can study the source code for jEdit, as it's an open-source
product.

- Oliver
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top