SplitPane cannot be Vertical

Bruno Lima <[email protected]> Fri, 11 Feb 2005 18:49:14 -0200
Newsgroups gmane.comp.embedded.carlsbad-cubes
Message-ID <[email protected]>
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