You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2007/01/28 17:26:32 UTC

svn commit: r500841 - /incubator/xap/trunk/samples/WebContent/examples/widgets/

Author: mturyn
Date: Sun Jan 28 09:26:28 2007
New Revision: 500841

URL: http://svn.apache.org/viewvc?view=rev&rev=500841
Log:
From Rob Gagne

Updates to the panel pane width so it is visible on 1024x768 screens.  The height auto sizes.

Modified:
    incubator/xap/trunk/samples/WebContent/examples/widgets/borderPane.xal
    incubator/xap/trunk/samples/WebContent/examples/widgets/button.xal
    incubator/xap/trunk/samples/WebContent/examples/widgets/cell.xal
    incubator/xap/trunk/samples/WebContent/examples/widgets/checkBox.xal
    incubator/xap/trunk/samples/WebContent/examples/widgets/combobox.xal
    incubator/xap/trunk/samples/WebContent/examples/widgets/editableCombobox.xal
    incubator/xap/trunk/samples/WebContent/examples/widgets/freePane.xal
    incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalBoxPane.xal
    incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalFlowPane.xal
    incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalSplitPane.xal
    incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalToolBar.xal
    incubator/xap/trunk/samples/WebContent/examples/widgets/htmlView.xal
    incubator/xap/trunk/samples/WebContent/examples/widgets/label.xal
    incubator/xap/trunk/samples/WebContent/examples/widgets/link.xal
    incubator/xap/trunk/samples/WebContent/examples/widgets/listbox.xal
    incubator/xap/trunk/samples/WebContent/examples/widgets/menu.xal
    incubator/xap/trunk/samples/WebContent/examples/widgets/passwordField.xal
    incubator/xap/trunk/samples/WebContent/examples/widgets/popupMenu.xal
    incubator/xap/trunk/samples/WebContent/examples/widgets/radioButton.xal
    incubator/xap/trunk/samples/WebContent/examples/widgets/row.xal
    incubator/xap/trunk/samples/WebContent/examples/widgets/scrollPane.xal
    incubator/xap/trunk/samples/WebContent/examples/widgets/table.xal
    incubator/xap/trunk/samples/WebContent/examples/widgets/verticalToolBar.xal

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/borderPane.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/borderPane.xal?view=diff&rev=500841&r1=500840&r2=500841
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/borderPane.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/borderPane.xal Sun Jan 28 09:26:28 2007
@@ -33,7 +33,7 @@
 					</xal:freePane>
 				</xal:borderPane>
 			</freePane>
-			<scrollPane width="1100px" height="500px"
+			<scrollPane width="1000px" height="500px"
 				onCreate="mco:attributeSetter.resizeScrollPane(this, testComponentFreePane)">
 				<verticalBoxPane>
 					<horizontalBoxPane borderStyle="solid" borderWidth="2px" borderColor="#000">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/button.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/button.xal?view=diff&rev=500841&r1=500840&r2=500841
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/button.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/button.xal Sun Jan 28 09:26:28 2007
@@ -15,7 +15,7 @@
 				<button id="smokeTestCompareButton" x="0px" y="100px" visible="false"
 					text="Belly Button" onCommand="mco:attributeSetter.reportEvent(event)" onCreate="mco:attributeSetter.registerElement(this)"/>
 			</freePane>
-			<scrollPane width="1100px" height="500px"
+			<scrollPane width="1000px" height="500px"
 				onCreate="mco:attributeSetter.resizeScrollPane(this, testComponentFreePane)">
 				<verticalBoxPane>
 					<horizontalBoxPane borderStyle="solid" borderWidth="2px" borderColor="#000">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/cell.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/cell.xal?view=diff&rev=500841&r1=500840&r2=500841
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/cell.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/cell.xal Sun Jan 28 09:26:28 2007
@@ -167,7 +167,7 @@
                     </table>
                 </freePane>
             </horizontalBoxPane>
-            <scrollPane width="1100px" height="500px"
+            <scrollPane width="1000px" height="500px"
                 onCreate="mco:attributeSetter.resizeScrollPane(this, testComponentFreePane)">
                 <verticalBoxPane>
                     <horizontalBoxPane borderStyle="solid" borderWidth="2px" borderColor="#000">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/checkBox.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/checkBox.xal?view=diff&rev=500841&r1=500840&r2=500841
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/checkBox.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/checkBox.xal Sun Jan 28 09:26:28 2007
@@ -33,7 +33,7 @@
 						onCreate="mco:attributeSetter.registerElement(this)"/>
 				</freePane>
 			</horizontalBoxPane>
-			<scrollPane width="1100px" height="500px"
+			<scrollPane width="1000px" height="500px"
 				onCreate="mco:attributeSetter.resizeScrollPane(this, testComponentFreePane)">
 				<verticalBoxPane>
 					<horizontalBoxPane borderStyle="solid" borderWidth="2px" borderColor="#000">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/combobox.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/combobox.xal?view=diff&rev=500841&r1=500840&r2=500841
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/combobox.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/combobox.xal Sun Jan 28 09:26:28 2007
@@ -43,7 +43,7 @@
 
 				</freePane>
 			</horizontalBoxPane>
-			<scrollPane width="1100px" height="500px"
+			<scrollPane width="1000px" height="500px"
 				onCreate="mco:attributeSetter.resizeScrollPane(this, testComponentFreePane)">
 				<verticalBoxPane>
 					<horizontalBoxPane borderStyle="solid" borderWidth="2px" borderColor="#000">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/editableCombobox.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/editableCombobox.xal?view=diff&rev=500841&r1=500840&r2=500841
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/editableCombobox.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/editableCombobox.xal Sun Jan 28 09:26:28 2007
@@ -36,7 +36,7 @@
 					</editableComboBox>
 				</freePane>
 			</horizontalBoxPane>
-			<scrollPane width="1100px" height="500px"
+			<scrollPane width="1000px" height="500px"
 				onCreate="mco:attributeSetter.resizeScrollPane(this, testComponentFreePane)">
 				<verticalBoxPane width="500px">
 					<horizontalBoxPane borderStyle="solid" borderWidth="2px" borderColor="#000">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/freePane.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/freePane.xal?view=diff&rev=500841&r1=500840&r2=500841
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/freePane.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/freePane.xal Sun Jan 28 09:26:28 2007
@@ -33,7 +33,7 @@
 					</xal:freePane>
 				</freePane>
 			</horizontalBoxPane>
-			<scrollPane width="1100px" height="500px"
+			<scrollPane width="1000px" height="500px"
 				onCreate="mco:attributeSetter.resizeScrollPane(this, testComponentFreePane)">
 				<verticalBoxPane>
 					<horizontalBoxPane borderStyle="solid" borderWidth="2px" borderColor="#000">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalBoxPane.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalBoxPane.xal?view=diff&rev=500841&r1=500840&r2=500841
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalBoxPane.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalBoxPane.xal Sun Jan 28 09:26:28 2007
@@ -32,7 +32,7 @@
 					</xal:freePane>
 				</xal:horizontalBoxPane>
 			</freePane>
-			<scrollPane width="1100px" height="500px"
+			<scrollPane width="1000px" height="500px"
 				onCreate="mco:attributeSetter.resizeScrollPane(this, testComponentFreePane)">
 				<verticalBoxPane>
 					<horizontalBoxPane borderStyle="solid" borderWidth="2px" borderColor="#000">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalFlowPane.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalFlowPane.xal?view=diff&rev=500841&r1=500840&r2=500841
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalFlowPane.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalFlowPane.xal Sun Jan 28 09:26:28 2007
@@ -70,7 +70,7 @@
 					</horizontalSplitPane>
 				</freePane>
 			</horizontalBoxPane>
-			<scrollPane width="1100px" height="500px"
+			<scrollPane width="1000px" height="500px"
 				onCreate="mco:attributeSetter.resizeScrollPane(this, testComponentFreePane)">
 				<verticalBoxPane>
 					<horizontalBoxPane borderStyle="solid" borderWidth="2px" borderColor="#000">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalSplitPane.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalSplitPane.xal?view=diff&rev=500841&r1=500840&r2=500841
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalSplitPane.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalSplitPane.xal Sun Jan 28 09:26:28 2007
@@ -41,7 +41,7 @@
 					</xal:horizontalSplitPane>
 				</freePane>
 			</horizontalBoxPane>
-			<scrollPane width="1100px" height="500px"
+			<scrollPane width="1000px" height="500px"
 				onCreate="mco:attributeSetter.resizeScrollPane(this, testComponentFreePane)">
 				<verticalBoxPane>
 					<horizontalBoxPane borderStyle="solid" borderWidth="2px" borderColor="#000">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalToolBar.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalToolBar.xal?view=diff&rev=500841&r1=500840&r2=500841
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalToolBar.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalToolBar.xal Sun Jan 28 09:26:28 2007
@@ -20,7 +20,7 @@
 					</horizontalToolBar>
 				</freePane>
 			</horizontalBoxPane>
-			<scrollPane width="1100px" height="500px"
+			<scrollPane width="1000px" height="500px"
 				onCreate="mco:attributeSetter.resizeScrollPane(this, testComponentFreePane)">
 				<verticalBoxPane>
 					<horizontalBoxPane borderStyle="solid" borderWidth="2px" borderColor="#000">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/htmlView.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/htmlView.xal?view=diff&rev=500841&r1=500840&r2=500841
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/htmlView.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/htmlView.xal Sun Jan 28 09:26:28 2007
@@ -16,7 +16,7 @@
 						to our JIRA bug tracker.</A>
 				</xal:htmlView>
 			</freePane>
-			<scrollPane width="1100px" height="500px"
+			<scrollPane width="1000px" height="500px"
 				onCreate="mco:attributeSetter.resizeScrollPane(this, testComponentFreePane)">
 				<verticalBoxPane>
 					<horizontalBoxPane borderStyle="solid" borderWidth="2px" borderColor="#000">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/label.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/label.xal?view=diff&rev=500841&r1=500840&r2=500841
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/label.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/label.xal Sun Jan 28 09:26:28 2007
@@ -15,7 +15,7 @@
 				<label id="smokeTestCompareButton" x="0px" y="100px" visible="false"
 					text="MY PRECIOUS LABEL" onCreate="mco:attributeSetter.registerElement(this)"/>
 			</freePane>
-			<scrollPane width="1100px" height="500px"
+			<scrollPane width="1000px" height="500px"
 				onCreate="mco:attributeSetter.resizeScrollPane(this, testComponentFreePane)">
 				<verticalBoxPane>
 					<horizontalBoxPane borderStyle="solid" borderWidth="2px" borderColor="#000">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/link.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/link.xal?view=diff&rev=500841&r1=500840&r2=500841
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/link.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/link.xal Sun Jan 28 09:26:28 2007
@@ -16,7 +16,7 @@
                     text="This is a link." onCommand="mco:attributeSetter.reportEvent(event)"
                     onCreate="mco:attributeSetter.registerElement(this)"/>
             </freePane>
-            <scrollPane width="1100px" height="500px"
+            <scrollPane width="1000px" height="500px"
                 onCreate="mco:attributeSetter.resizeScrollPane(this, testComponentFreePane)">
                 <verticalBoxPane>
                     <horizontalBoxPane borderStyle="solid" borderWidth="2px" borderColor="#000">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/listbox.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/listbox.xal?view=diff&rev=500841&r1=500840&r2=500841
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/listbox.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/listbox.xal Sun Jan 28 09:26:28 2007
@@ -72,7 +72,7 @@
 					</listBox>
 				</freePane>
 			</horizontalBoxPane>
-			<scrollPane width="1100px" height="500px"
+			<scrollPane width="1000px" height="500px"
 				onCreate="mco:attributeSetter.resizeScrollPane(this, testComponentFreePane)">
 				<verticalBoxPane>
 					<horizontalBoxPane borderStyle="solid" borderWidth="2px" borderColor="#000">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/menu.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/menu.xal?view=diff&rev=500841&r1=500840&r2=500841
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/menu.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/menu.xal Sun Jan 28 09:26:28 2007
@@ -57,7 +57,7 @@
 				</xal:menuBar>
 
 			</freePane>
-			<scrollPane width="1100px" height="500px"
+			<scrollPane width="1000px" height="500px"
 				onCreate="mco:attributeSetter.resizeScrollPane(this, testComponentFreePane)">
 				<verticalBoxPane>
 					<horizontalBoxPane borderStyle="solid" borderWidth="2px" borderColor="#000">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/passwordField.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/passwordField.xal?view=diff&rev=500841&r1=500840&r2=500841
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/passwordField.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/passwordField.xal Sun Jan 28 09:26:28 2007
@@ -13,7 +13,7 @@
 				id="testComponentFreePane">
 				<xal:passwordField id="testComponent"/>
 			</freePane>
-			<scrollPane width="1100px" height="500px"
+			<scrollPane width="1000px" height="500px"
 				onCreate="mco:attributeSetter.resizeScrollPane(this, testComponentFreePane)">
 				<verticalBoxPane>
 					<horizontalBoxPane borderStyle="solid" borderWidth="2px" borderColor="#000">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/popupMenu.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/popupMenu.xal?view=diff&rev=500841&r1=500840&r2=500841
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/popupMenu.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/popupMenu.xal Sun Jan 28 09:26:28 2007
@@ -45,7 +45,7 @@
 
 				</freePane>
 			</horizontalBoxPane>
-			<scrollPane width="1100px" height="500px"
+			<scrollPane width="1000px" height="500px"
 				onCreate="mco:attributeSetter.resizeScrollPane(this, testComponentFreePane)">
 				<verticalBoxPane>
 					<horizontalBoxPane borderStyle="solid" borderWidth="2px" borderColor="#000">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/radioButton.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/radioButton.xal?view=diff&rev=500841&r1=500840&r2=500841
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/radioButton.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/radioButton.xal Sun Jan 28 09:26:28 2007
@@ -49,7 +49,7 @@
 						onSelect="mco:attributeSetter.reportEvent(event)"/>
 				</freePane>
 			</horizontalBoxPane>
-			<scrollPane width="1100px" height="500px"
+			<scrollPane width="1000px" height="500px"
 				onCreate="mco:attributeSetter.resizeScrollPane(this, testComponentFreePane)">
 				<verticalBoxPane>
 					<horizontalBoxPane borderStyle="solid" borderWidth="2px" borderColor="#000">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/row.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/row.xal?view=diff&rev=500841&r1=500840&r2=500841
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/row.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/row.xal Sun Jan 28 09:26:28 2007
@@ -174,7 +174,7 @@
 					</table>
 				</freePane>
 			</horizontalBoxPane>
-			<scrollPane width="1100px" height="500px"
+			<scrollPane width="1000px" height="500px"
 				onCreate="mco:attributeSetter.resizeScrollPane(this, testComponentFreePane)">
 				<verticalBoxPane>
 					<horizontalBoxPane borderStyle="solid" borderWidth="2px" borderColor="#000">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/scrollPane.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/scrollPane.xal?view=diff&rev=500841&r1=500840&r2=500841
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/scrollPane.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/scrollPane.xal Sun Jan 28 09:26:28 2007
@@ -30,7 +30,7 @@
 					</xal:scrollPane>
 				</freePane>
 			</horizontalBoxPane>
-			<scrollPane width="1100px" height="500px"
+			<scrollPane width="1000px" height="500px"
 				onCreate="mco:attributeSetter.resizeScrollPane(this, testComponentFreePane)">
 				<verticalBoxPane>
 					<horizontalBoxPane borderStyle="solid" borderWidth="2px" borderColor="#000">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/table.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/table.xal?view=diff&rev=500841&r1=500840&r2=500841
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/table.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/table.xal Sun Jan 28 09:26:28 2007
@@ -227,7 +227,7 @@
 					</table>
 				</freePane>
 			</horizontalBoxPane>
-			<scrollPane width="1100px" height="500px"
+			<scrollPane width="1000px" height="500px"
 				onCreate="mco:attributeSetter.resizeScrollPane(this, testComponentFreePane)">
 				<verticalBoxPane>
 					<horizontalBoxPane borderStyle="solid" borderWidth="2px" borderColor="#000">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/verticalToolBar.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/verticalToolBar.xal?view=diff&rev=500841&r1=500840&r2=500841
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/verticalToolBar.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/verticalToolBar.xal Sun Jan 28 09:26:28 2007
@@ -20,7 +20,7 @@
 					</verticalToolBar>
 				</freePane>
 			</horizontalBoxPane>
-			<scrollPane width="1100px" height="500px"
+			<scrollPane width="1000px" height="500px"
 				onCreate="mco:attributeSetter.resizeScrollPane(this, testComponentFreePane)">
 				<verticalBoxPane>
 					<horizontalBoxPane borderStyle="solid" borderWidth="2px" borderColor="#000">