2

Hello this is driving me crazy! im using java swing and i dont know the name of the sliding thing in between the list and text area!

A name and some information on how to implement it would be much appreciated.

enter image description here

Daniel Del Core
  • 3,071
  • 13
  • 38
  • 52
  • 6
    It's a [JSplitPane](http://docs.oracle.com/javase/tutorial/uiswing/components/splitpane.html) (check out the link for more information). For similar questions, check out the Java Swing tutorials which can be found [here](http://docs.oracle.com/javase/tutorial/reallybigindex.html). Voting to close this question as being too localized. – Hovercraft Full Of Eels Sep 22 '12 at 14:01
  • There's a related example [here](http://stackoverflow.com/a/10110232/230513). – trashgod Sep 22 '12 at 15:38
  • The bit in-between is the "divider", but it's part of the overall JSplitPane container as *Hovercraft* says. – DNA Sep 23 '12 at 22:43

0 Answers0