The Artima Developer Community
Sponsored Link

Java Answers Forum
GUI question - Handle to Resize JSplitPane in DesktopPane

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Abby Parsley

Posts: 3
Nickname: aparsley
Registered: Sep, 2002

GUI question - Handle to Resize JSplitPane in DesktopPane Posted: Sep 15, 2002 4:44 PM
Reply to this message Reply
Advertisement
I need some help in solving this GUI problem.

My first issue is that I can't get the splitPane to the right side of the desktopPane, no matter what I've tried (using EAST) it always stays on the left/WEST.

The second and most important problem is that I would like some sort of handle on the edge of the split pane so I can resize it without affecting the desktop (i.e. the split pane is overlapping the desktop contents, I don't want a three-way split). Right now I CAN resize, but I don't have a handle. I've tried placing the split pane on the west side of a new panel and a graphic on the east side, but it is not formatting correctly, despite my attempts using setSize(x, x). Below is a depiction of what I would like the splitPane on the desktop to look like. If anyone has any suggestions, I would appreciate the help.

___________________
|H| |
|A| |
|N| top splitpane |
|D| |
|L|________________|
|E| |
| | |
| | bottom of pane |
| |________________|

Topic: FTP protocol programming Previous Topic   Next Topic Topic: EJb with Jrun

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use