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?

