Why i´m npot able to use a splitpane in vertical orientation ? The code below does not work. My splitpane still is horizontal.
<splitpane constraints="BorderLayout.CENTER" Orientation="JSplitPane.VERTICAL_SPLIT" OneTouchExpandable="true"> <panel> <label contraint="BorderLayout.CENTER" text="Here comes the JTable"/> </panel> <panel> <label contraint="BorderLayout.CENTER" text="Here comes the fields"/> </panel> </splitpane> Is this code correct ? Thanks guys... -- Bruno R. Lima