Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example XAL for using this widget in a freePane:

Code Block
<scrollPane height="300px" width="300px" x="10px" y="10px">

...


    <freePane/>

...


 </scrollPane>

The following table lists and provides brief descriptions of scrollPane component specific attributes: 

...

Example XAL for using this widget in a freePane:

Code Block
<horizontalSplitPane height="300px" width="300px" x="40px" y="0px"> 

...


 <left> 

...

 <freePane/> 

...


 </left>

...


 <right> 
 <freePane/> 

...


 </right>

...


</horizontalSplitPane>

The following table lists and provides brief descriptions of horizontalSplitPane component specific attributes:

...

Example XAL for using this widget in a freePane:

Code Block
<verticalSplitPane height="300px" width="300px" x="40px" y="0px"> 

...


 <top> 

...

 <freePane/>

...


 </top>
 <bottom>
  <freePane/>

...


 </bottom>

...


</verticalSplitPane>

The following table lists and provides brief descriptions of verticalSplitPane component specific attributes:

...

Example XAL for using this widget in a freePane:

Code Block
<tabPane height="300px" width="300px" x="10px" y="0px">

...


 <tab text="Tab">

...


  <freePane/>

...


 </tab>

...


</tabPane>

 The following table lists and provides brief descriptions of tabPane component specific attributes:

...