View Single Post
  #1 (permalink)  
Old 04-03-2008, 11:34 PM
SwinGirl SwinGirl is offline
Member
 
Join Date: Nov 2007
Posts: 24
SwinGirl is on a distinguished road
JSplitPane nightmare
hi everybody!
I have a problem with two JSplitPane, and i spent two days working on it, for nothing.
ŽŽ

itīs quite simple: I CANīT SET CORRECTLY THE DIVIDER LOCATION!
i tryed EVERYTHING.

superiorSplitPane.setDividerLocation(superiorSplit Pane.getWidth()/2);
superiorSplitPane.setDividerLocation(0.50);

a LOT of etcs...
And still canīt set in the middle, the divider.

I got a splitPane, with 2 JPane at each side, and a table on each Jpanel.

does anybody know some trick?
Reply With Quote
Sponsored Links