You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/04/16 06:49:09 UTC

[35/50] [abbrv] git commit: [flex-sdk] - AeonGraphical Theme was missing some assets

AeonGraphical Theme was missing some assets

git-svn-id: https://svn.apache.org/repos/asf/flex/sdk/branches/release4.9@1446846 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/0aa08ae9
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/0aa08ae9
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/0aa08ae9

Branch: refs/heads/develop
Commit: 0aa08ae9d1da1f5dcd3ae53a50fb7084b0462fad
Parents: 15b123b
Author: Alex Harui <ah...@apache.org>
Authored: Sat Feb 16 06:58:50 2013 +0000
Committer: Alex Harui <ah...@apache.org>
Committed: Sat Feb 16 06:58:50 2013 +0000

----------------------------------------------------------------------
 .../themes/AeonGraphical/src/AeonGraphical.as      |  327 ++++++++-------
 .../src/DateChooser_nextMonthDisabledSkin.fxg      |   92 ++--
 .../src/DateChooser_nextMonthDownSkin.fxg          |  112 +++---
 .../src/DateChooser_nextMonthOverSkin.fxg          |  112 +++---
 .../src/DateChooser_nextMonthUpSkin.fxg            |  112 +++---
 .../src/DateChooser_nextYearDisabledSkin.fxg       |   60 ++--
 .../src/DateChooser_nextYearDownSkin.fxg           |   37 ++
 .../src/DateChooser_nextYearOverSkin.fxg           |   60 ++--
 .../src/DateChooser_nextYearUpSkin.fxg             |   37 ++
 .../src/DateChooser_prevMonthDisabledSkin.fxg      |   92 ++--
 .../src/DateChooser_prevMonthDownSkin.fxg          |  112 +++---
 .../src/DateChooser_prevMonthOverSkin.fxg          |  112 +++---
 .../src/DateChooser_prevMonthUpSkin.fxg            |  112 +++---
 .../src/DateChooser_prevYearDisabledSkin.fxg       |   37 ++
 .../src/DateChooser_prevYearDownSkin.fxg           |   60 ++--
 .../src/DateChooser_prevYearOverSkin.fxg           |   37 ++
 .../src/DateChooser_prevYearUpSkin.fxg             |   60 ++--
 .../src/DateChooser_rollOverIndicatorSkin.fxg      |   50 +--
 .../src/DateChooser_selectionIndicatorSkin.fxg     |   50 +--
 .../src/DateChooser_todayIndicatorSkin.fxg         |   50 +--
 .../AeonGraphical/src/PanelTitleBackground.fxg     |   39 ++
 .../AeonGraphical/src/ScrollBar_thumbIcon.fxg      |   30 ++
 22 files changed, 991 insertions(+), 799 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0aa08ae9/frameworks/themes/AeonGraphical/src/AeonGraphical.as
----------------------------------------------------------------------
diff --git a/frameworks/themes/AeonGraphical/src/AeonGraphical.as b/frameworks/themes/AeonGraphical/src/AeonGraphical.as
index e16e7d4..5a76c00 100644
--- a/frameworks/themes/AeonGraphical/src/AeonGraphical.as
+++ b/frameworks/themes/AeonGraphical/src/AeonGraphical.as
@@ -16,10 +16,9 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-
-package
+package 
 {
-
+    
 import flash.display.Sprite;
 
 /**
@@ -37,7 +36,7 @@ public class AeonGraphical extends Sprite
     /**
      *  Constructor.
      */
-    public function AeonGraphical()
+	public function AeonGraphical()
     {
 		super();
     }
@@ -47,163 +46,169 @@ public class AeonGraphical extends Sprite
 	//  Properties
 	//
 	//--------------------------------------------------------------------------
-	private var assets:Array = [
-			AccordionHeader_disabledSkin,
-			AccordionHeader_downSkin,
-			AccordionHeader_overSkin,
-			AccordionHeader_upSkin,
-			ApplicationBackground,
-			BusyCursor,
-			Button_disabledSkin,
-			Button_downSkin,
-			Button_overSkin,
-			Button_upSkin,
-			ButtonBar_buttonDisabledSkin,
-			ButtonBar_buttonDownSkin,
-			ButtonBar_buttonOverSkin,
-			ButtonBar_buttonSelectedUpSkin,
-			ButtonBar_buttonSelectedDisabledSkin,
-			ButtonBar_buttonUpSkin,
-			ButtonBar_firstDisabledSkin,
-			ButtonBar_firstDownSkin,
-			ButtonBar_firstOverSkin,
-			ButtonBar_firstSelectedUpSkin,
-			ButtonBar_firstSelectedDisabledSkin,
-			ButtonBar_firstUpSkin,
-			ButtonBar_lastDisabledSkin,
-			ButtonBar_lastDownSkin,
-			ButtonBar_lastOverSkin,
-			ButtonBar_lastSelectedUpSkin,
-			ButtonBar_lastSelectedDisabledSkin,
-			ButtonBar_lastUpSkin,
-			CheckBox_disabledIcon,
-			CheckBox_downIcon,
-			CheckBox_overIcon,
-			CheckBox_selectedDisabledIcon,
-			CheckBox_selectedDownIcon,
-			CheckBox_selectedOverIcon,
-			CheckBox_selectedUpIcon,
-			CheckBox_upIcon,
-			CloseButtonDisabled,
-			CloseButtonDown,
-			CloseButtonOver,
-			CloseButtonUp,
-			ComboBoxArrow_disabledSkin,
-			ComboBoxArrow_downSkin,
-			ComboBoxArrow_editableDisabledSkin,
-			ComboBoxArrow_editableDownSkin,
-			ComboBoxArrow_editableOverSkin,
-			ComboBoxArrow_editableUpSkin,
-			ComboBoxArrow_overSkin,
-			ComboBoxArrow_upSkin,
-			DataGrid_columnDropIndicatorSkin,
-			DataGrid_columnResizeSkin,
-			DataGrid_headerSeparatorSkin,
-			DataGrid_sortArrowSkin,
-			DataGrid_stretchCursor,
-			DateChooser_nextMonthDisabledSkin,
-			DateChooser_nextMonthDownSkin,
-			DateChooser_nextMonthOverSkin,
-			DateChooser_nextMonthUpSkin,
-			DateChooser_nextYearDisabledSkin,
-			DateChooser_prevYearDownSkin,
-			DateChooser_nextYearOverSkin,
-			DateChooser_prevYearUpSkin,
-			DateChooser_prevMonthDisabledSkin,
-			DateChooser_prevMonthDownSkin,
-			DateChooser_prevMonthOverSkin,
-			DateChooser_prevMonthUpSkin,
-			DateChooser_rollOverIndicatorSkin,
-			DateChooser_selectionIndicatorSkin,
-			DateChooser_todayIndicatorSkin,
-			DateField_disabledSkin,
-			DateField_downSkin,
-			DateField_overSkin,
-			DateField_upSkin,
-			DividedBox_dividerSkin,
-			DividedBox_horizontalCursor,
-			DividedBox_verticalCursor,
-			DragManager_copyCursor,
-			DragManager_defaultDragImageSkin,
-			DragManager_linkCursor,
-			DragManager_moveCursor,
-			DragManager_rejectCursor,
-			FormItem_indicatorSkin,
-			HSliderHighlight_Skin,
-			HSliderThumb_disabledSkin,
-			HSliderThumb_downSkin,
-			HSliderThumb_overSkin,
-			HSliderThumb_upSkin,
-			HSliderTrack_Skin,
-			Loader_brokenImageSkin,
-			Menu_branchDisabledIcon,
-			Menu_branchIcon,
-			Menu_checkDisabledIcon,
-			Menu_checkIcon,
-			Menu_radioDisabledIcon,
-			Menu_radioIcon,
-			Menu_separatorSkin,
-			MenuBar_backgroundSkin,
-			MenuBar_itemDownSkin,
-			MenuBar_itemOverSkin,
-			MenuBar_itemUpSkin,
-			NumericStepperDownArrow_DisabledSkin,
-			NumericStepperDownArrow_DownSkin,
-			NumericStepperDownArrow_OverSkin,
-			NumericStepperDownArrow_UpSkin,
-			NumericStepperUpArrow_DisabledSkin,
-			NumericStepperUpArrow_DownSkin,
-			NumericStepperUpArrow_OverSkin,
-			NumericStepperUpArrow_UpSkin,
-			panelBackground,
-			PopUpButton_DisabledSkin,
-			PopUpButton_downSkin,
-			PopUpButton_overSkin,
-			PopUpButton_popUpDownSkin,
-			PopUpButton_popUpOverSkin,
-			PopUpButton_upSkin,
-			ProgressBarSkin,
-			ProgressIndeterminateSkin,
-			ProgressTrackSkin,
-			RadioButton_disabledIcon,
-			RadioButton_downIcon,
-			RadioButton_overIcon,
-			RadioButtonSelected_disabledIcon,
-			RadioButtonSelected_downIcon,
-			RadioButtonSelected_overIcon,
-			RadioButtonSelected_upIcon,
-			RadioButtonIcon,
-			ScrollArrowDown_disabledSkin,
-			ScrollArrowDown_downSkin,
-			ScrollArrowDown_overSkin,
-			ScrollArrowDown_upSkin,
-			ScrollArrowUp_disabledSkin,
-			ScrollArrowUp_downSkin,
-			ScrollArrowUp_overSkin,
-			ScrollArrowUp_upSkin,
-			ScrollThumb_downSkin,
-			ScrollThumb_overSkin,
-			ScrollThumb_upSkin,
-			ScrollTrack_Skin,
-			Tab_disabledSkin,
-			Tab_downSkin,
-			Tab_overSkin,
-			Tab_upSkin,
-			TabSelected_disabledSkin,
-			TabSelected_upSkin,
-			ToolTip_borderSkin,
-			Tree_defaultLeafIcon,
-			Tree_disclosureClosedIcon,
-			Tree_disclosureOpenIcon,
-			Tree_folderClosedIcon,
-			Tree_folderOpenIcon,
-			VSliderHighlight_Skin,
-			VSliderThumb_disabledSkin,
-			VSliderThumb_downSkin,
-			VSliderThumb_overSkin,
-			VSliderThumb_upSkin,
-			VSliderTrack_Skin
-		];
+    private var assets:Array = [
+        AccordionHeader_disabledSkin,
+        AccordionHeader_downSkin,
+        AccordionHeader_overSkin,
+        AccordionHeader_upSkin,
+        ApplicationBackground,
+        BusyCursor,
+        Button_disabledSkin,
+        Button_downSkin,
+        Button_overSkin,
+        Button_upSkin,
+        ButtonBar_buttonDisabledSkin,
+        ButtonBar_buttonDownSkin,
+        ButtonBar_buttonOverSkin,
+        ButtonBar_buttonSelectedDisabledSkin,
+        ButtonBar_buttonSelectedUpSkin,
+        ButtonBar_buttonUpSkin,
+        ButtonBar_firstDisabledSkin,
+        ButtonBar_firstDownSkin,
+        ButtonBar_firstOverSkin,
+        ButtonBar_firstSelectedDisabledSkin,
+        ButtonBar_firstSelectedUpSkin,
+        ButtonBar_firstUpSkin,
+        ButtonBar_lastDisabledSkin,
+        ButtonBar_lastDownSkin,
+        ButtonBar_lastOverSkin,
+        ButtonBar_lastSelectedDisabledSkin,
+        ButtonBar_lastSelectedUpSkin,
+        ButtonBar_lastUpSkin,
+        CheckBox_disabledIcon,
+        CheckBox_downIcon,
+        CheckBox_overIcon,
+        CheckBox_selectedDisabledIcon,
+        CheckBox_selectedDownIcon,
+        CheckBox_selectedOverIcon,
+        CheckBox_selectedUpIcon,
+        CheckBox_upIcon,
+        CloseButtonDisabled,
+        CloseButtonDown,
+        CloseButtonOver,
+        CloseButtonUp,
+        ComboBoxArrow_disabledSkin,
+        ComboBoxArrow_downSkin,
+        ComboBoxArrow_editableDisabledSkin,
+        ComboBoxArrow_editableDownSkin,
+        ComboBoxArrow_editableOverSkin,
+        ComboBoxArrow_editableUpSkin,
+        ComboBoxArrow_overSkin,
+        ComboBoxArrow_upSkin,
+        DataGrid_columnDropIndicatorSkin,
+        DataGrid_columnResizeSkin,
+        DataGrid_headerSeparatorSkin,
+        DataGrid_sortArrowSkin,
+        DataGrid_stretchCursor,
+        DateChooser_nextMonthDisabledSkin,
+        DateChooser_nextMonthDownSkin,
+        DateChooser_nextMonthOverSkin,
+        DateChooser_nextMonthUpSkin,
+        DateChooser_nextYearDisabledSkin,
+        DateChooser_nextYearDownSkin,
+        DateChooser_nextYearOverSkin,
+        DateChooser_nextYearUpSkin,
+        DateChooser_prevMonthDisabledSkin,
+        DateChooser_prevMonthDownSkin,
+        DateChooser_prevMonthOverSkin,
+        DateChooser_prevMonthUpSkin,
+        DateChooser_prevYearDisabledSkin,
+        DateChooser_prevYearDownSkin,
+        DateChooser_prevYearOverSkin,
+        DateChooser_prevYearUpSkin,
+        DateChooser_rollOverIndicatorSkin,
+        DateChooser_selectionIndicatorSkin,
+        DateChooser_todayIndicatorSkin,
+        DateField_disabledSkin,
+        DateField_downSkin,
+        DateField_overSkin,
+        DateField_upSkin,
+        DividedBox_dividerSkin,
+        DividedBox_horizontalCursor,
+        DividedBox_verticalCursor,
+        DragManager_copyCursor,
+        DragManager_defaultDragImageSkin,
+        DragManager_linkCursor,
+        DragManager_moveCursor,
+        DragManager_rejectCursor,
+        FormItem_indicatorSkin,
+        HSliderHighlight_Skin,
+        HSliderThumb_disabledSkin,
+        HSliderThumb_downSkin,
+        HSliderThumb_overSkin,
+        HSliderThumb_upSkin,
+        HSliderTrack_Skin,
+        Loader_brokenImageSkin,
+        Menu_branchDisabledIcon,
+        Menu_branchIcon,
+        Menu_checkDisabledIcon,
+        Menu_checkIcon,
+        Menu_radioDisabledIcon,
+        Menu_radioIcon,
+        Menu_separatorSkin,
+        MenuBar_backgroundSkin,
+        MenuBar_itemDownSkin,
+        MenuBar_itemOverSkin,
+        MenuBar_itemUpSkin,
+        NumericStepperDownArrow_DisabledSkin,
+        NumericStepperDownArrow_DownSkin,
+        NumericStepperDownArrow_OverSkin,
+        NumericStepperDownArrow_UpSkin,
+        NumericStepperUpArrow_DisabledSkin,
+        NumericStepperUpArrow_DownSkin,
+        NumericStepperUpArrow_OverSkin,
+        NumericStepperUpArrow_UpSkin,
+        PanelTitleBackground,
+        PopUpButton_DisabledSkin,
+        PopUpButton_downSkin,
+        PopUpButton_overSkin,
+        PopUpButton_popUpDownSkin,
+        PopUpButton_popUpOverSkin,
+        PopUpButton_upSkin,
+        ProgressBarSkin,
+        ProgressIndeterminateSkin,
+        ProgressTrackSkin,
+        RadioButton_disabledIcon,
+        RadioButton_downIcon,
+        RadioButton_overIcon,
+        RadioButtonSelected_disabledIcon,
+        RadioButtonSelected_downIcon,
+        RadioButtonSelected_overIcon,
+        RadioButtonSelected_upIcon,
+        RadioButtonIcon,
+        ScrollArrowDown_disabledSkin,
+        ScrollArrowDown_downSkin,
+        ScrollArrowDown_overSkin,
+        ScrollArrowDown_upSkin,
+        ScrollArrowUp_disabledSkin,
+        ScrollArrowUp_downSkin,
+        ScrollArrowUp_overSkin,
+        ScrollArrowUp_upSkin,
+        ScrollBar_thumbIcon,
+        ScrollThumb_downSkin,
+        ScrollThumb_overSkin,
+        ScrollThumb_upSkin,
+        ScrollTrack_Skin,
+        Tab_disabledSkin,
+        Tab_downSkin,
+        Tab_overSkin,
+        Tab_upSkin,
+        TabSelected_disabledSkin,
+        TabSelected_upSkin,
+        ToolTip_borderSkin,
+        Tree_defaultLeafIcon,
+        Tree_disclosureClosedIcon,
+        Tree_disclosureOpenIcon,
+        Tree_folderClosedIcon,
+        Tree_folderOpenIcon,
+		VSliderHighlight_Skin,
+        VSliderThumb_disabledSkin,
+        VSliderThumb_downSkin,
+        VSliderThumb_overSkin,
+        VSliderThumb_upSkin,
+		VSliderTrack_Skin,
+        panelBackground
+    ];
 }
 
 }

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0aa08ae9/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthDisabledSkin.fxg
----------------------------------------------------------------------
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthDisabledSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthDisabledSkin.fxg
index fe211d9..906cc2b 100644
--- a/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthDisabledSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthDisabledSkin.fxg
@@ -1,56 +1,54 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
-<Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
-	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
-	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="DateChooser_nextMonthDisabledSkin" afx:baseClassName="flash.display.Sprite" >
-        <Group d:type="layer" d:userLabel="Arrow">
-          <Group>
-            <Path data="M14 0Q18 0 18 4L18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0M17 4Q17 1.0632812 14.125 1L3.85 1Q1 1.1 1 4L1 14Q1 16.95 3.85 17L14.1 17Q17 16.95 17 14L17 4">
-              <fill>
-                <LinearGradient x="31.65" y="21.7" scaleX="-22" rotation="90">
-                  <GradientEntry ratio="0" color="#CCCCCC" alpha="0"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Path data="M16.95 14Q16.95 16.95 14.05 17L3.8 17Q0.95 16.95 0.95 14L1.05 4Q1.05 1.1 3.9 1L14.175 1Q17.05 1.0632812 17.05 4L16.95 14">
-              <fill>
-                <LinearGradient x="1.75" y="22" scaleX="22" rotation="270">
-                  <GradientEntry ratio="0" color="#CCCCCC" alpha="0.4"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.6"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Group>
-              <Path data="M12 9 12 10 11 10 11 11 10 11 10 12 9 12 9 13 8 13 8 14 7 14 7 5 8 5 8 6 9 6 9 7 10 7 10 8 11 8 11 9 12 9">
-                <fill>
-                  <SolidColor alpha="0.40000001"/>
-                </fill>
-              </Path>
-            </Group>
-          </Group>
+<Graphic flm:originalName="DateChooser/DateChooser_nextMonthDisabledSkin" version="2.0" afx:className="DateChooser_nextMonthDisabledSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Arrow" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Group>
+        <Path data="M14 0Q18 0 18 4L18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0M17 4Q17 1.0632812 14.125 1L3.85 1Q1 1.1 1 4L1 14Q1 16.95 3.85 17L14.1 17Q17 16.95 17 14L17 4">
+          <fill>
+            <LinearGradient x="31.65" y="21.7" scaleX="-22" rotation="90">
+              <GradientEntry ratio="0" color="#CCCCCC" alpha="0"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Path data="M16.95 14Q16.95 16.95 14.05 17L3.8 17Q0.95 16.95 0.95 14L1.05 4Q1.05 1.1 3.9 1L14.175 1Q17.05 1.0632812 17.05 4L16.95 14">
+          <fill>
+            <LinearGradient x="1.75" y="22" scaleX="22" rotation="270">
+              <GradientEntry ratio="0" color="#CCCCCC" alpha="0.4"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.6"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Group>
+          <Path data="M12 9 12 10 11 10 11 11 10 11 10 12 9 12 9 13 8 13 8 14 7 14 7 5 8 5 8 6 9 6 9 7 10 7 10 8 11 8 11 9 12 9">
+            <fill>
+              <SolidColor alpha="0.40000001"/>
+            </fill>
+          </Path>
         </Group>
-  <Private/>
+      </Group>
+    </Group>
+  </Group>
 </Graphic>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0aa08ae9/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthDownSkin.fxg
----------------------------------------------------------------------
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthDownSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthDownSkin.fxg
index 1d6413d..3dac7df 100644
--- a/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthDownSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthDownSkin.fxg
@@ -1,66 +1,64 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
-<Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
-	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
-	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="DateChooser_nextMonthDownSkin" afx:baseClassName="flash.display.Sprite" >
-        <Group d:type="layer" d:userLabel="Arrow">
-          <Group>
-            <Path data="M17 4Q17 1.0632812 14.125 1L3.85 1Q1 1.1 1 4L1 14Q1 16.95 3.85 17L14.1 17Q17 16.95 17 14L17 4M14 0Q18 0 18 4L18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0">
-              <fill>
-                <LinearGradient x="31.65" y="21.7" scaleX="-22" rotation="90">
-                  <GradientEntry ratio="0" color="#0075BF"/>
-                  <GradientEntry ratio="0.99215686" color="#009DFF"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Path data="M17.05 4 16.95 14Q16.95 16.95 14.05 17L3.8 17Q0.95 16.95 0.95 14L1.05 4Q1.05 1.1 3.9 1L14.175 1Q17.05 1.0632812 17.05 4">
-              <fill>
-                <LinearGradient x="1.75" y="22" scaleX="22" rotation="270">
-                  <GradientEntry ratio="0" color="#99D7FE"/>
-                  <GradientEntry ratio="1" color="#D9F0FE"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Group>
-              <Path scaleX="-1" x="18" data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
-                <fill>
-                  <SolidColor/>
-                </fill>
-              </Path>
-            </Group>
-          </Group>
-          <Group>
-            <Path scaleX="-1" x="18.05" data="M14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14L1 4Q1 1.0632812 3.875 1L14.15 1">
-              <fill>
-                <LinearGradient x="16.7" y="8.8" scaleX="-7.9" rotation="90">
-                  <GradientEntry ratio="0" color="#FFFFFF" alpha="0"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
+<Graphic flm:originalName="DateChooser/DateChooser_nextMonthDownSkin" version="2.0" afx:className="DateChooser_nextMonthDownSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Arrow" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Group>
+        <Path data="M17 4Q17 1.0632812 14.125 1L3.85 1Q1 1.1 1 4L1 14Q1 16.95 3.85 17L14.1 17Q17 16.95 17 14L17 4M14 0Q18 0 18 4L18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0">
+          <fill>
+            <LinearGradient x="31.65" y="21.7" scaleX="-22" rotation="90">
+              <GradientEntry ratio="0" color="#0075BF"/>
+              <GradientEntry ratio="0.99215686" color="#009DFF"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Path data="M17.05 4 16.95 14Q16.95 16.95 14.05 17L3.8 17Q0.95 16.95 0.95 14L1.05 4Q1.05 1.1 3.9 1L14.175 1Q17.05 1.0632812 17.05 4">
+          <fill>
+            <LinearGradient x="1.75" y="22" scaleX="22" rotation="270">
+              <GradientEntry ratio="0" color="#99D7FE"/>
+              <GradientEntry ratio="1" color="#D9F0FE"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Group>
+          <Path scaleX="-1" x="18" data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
+            <fill>
+              <SolidColor/>
+            </fill>
+          </Path>
         </Group>
-  <Private/>
+      </Group>
+      <Group>
+        <Path scaleX="-1" x="18.05" data="M14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14L1 4Q1 1.0632812 3.875 1L14.15 1">
+          <fill>
+            <LinearGradient x="16.7" y="8.8" scaleX="-7.9" rotation="90">
+              <GradientEntry ratio="0" color="#FFFFFF" alpha="0"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
 </Graphic>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0aa08ae9/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthOverSkin.fxg
----------------------------------------------------------------------
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthOverSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthOverSkin.fxg
index f6906b4..29e63f4 100644
--- a/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthOverSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthOverSkin.fxg
@@ -1,66 +1,64 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
-<Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
-	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
-	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="DateChooser_nextMonthOverSkin" afx:baseClassName="flash.display.Sprite" >
-        <Group d:type="layer" d:userLabel="Arrow">
-          <Group>
-            <Path data="M14 0Q18 0 18 4L18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0M17 4Q17 1.0632812 14.125 1L3.85 1Q1 1.1 1 4L1 14Q1 16.95 3.85 17L14.1 17Q17 16.95 17 14L17 4">
-              <fill>
-                <LinearGradient x="31.65" y="21.7" scaleX="-22" rotation="90">
-                  <GradientEntry ratio="0" color="#0075BF"/>
-                  <GradientEntry ratio="0.99215686" color="#009DFF"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Path scaleX="-1" x="18.05" data="M1.1 14 1 4Q1 1.0632812 3.875 1L14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14">
-              <fill>
-                <LinearGradient x="16.3" y="22" scaleX="-22" rotation="90">
-                  <GradientEntry ratio="0" color="#E6E6E6" alpha="0.4"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.6"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Group>
-              <Path scaleX="-1" x="18" data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
-                <fill>
-                  <SolidColor/>
-                </fill>
-              </Path>
-            </Group>
-          </Group>
-          <Group>
-            <Path data="M3.9 1 14.175 1Q17.05 1.0632812 17.05 4L16.95 14Q16.95 16.95 14.05 17L3.8 17Q0.95 16.95 0.95 14L1.05 4Q1.05 1.1 3.9 1">
-              <fill>
-                <LinearGradient x="1.35" y="8.8" scaleX="7.9" rotation="270">
-                  <GradientEntry ratio="0" color="#FFFFFF" alpha="0"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
+<Graphic flm:originalName="DateChooser/DateChooser_nextMonthOverSkin" version="2.0" afx:className="DateChooser_nextMonthOverSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Arrow" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Group>
+        <Path data="M14 0Q18 0 18 4L18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0M17 4Q17 1.0632812 14.125 1L3.85 1Q1 1.1 1 4L1 14Q1 16.95 3.85 17L14.1 17Q17 16.95 17 14L17 4">
+          <fill>
+            <LinearGradient x="31.65" y="21.7" scaleX="-22" rotation="90">
+              <GradientEntry ratio="0" color="#0075BF"/>
+              <GradientEntry ratio="0.99215686" color="#009DFF"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Path scaleX="-1" x="18.05" data="M1.1 14 1 4Q1 1.0632812 3.875 1L14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14">
+          <fill>
+            <LinearGradient x="16.3" y="22" scaleX="-22" rotation="90">
+              <GradientEntry ratio="0" color="#E6E6E6" alpha="0.4"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.6"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Group>
+          <Path scaleX="-1" x="18" data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
+            <fill>
+              <SolidColor/>
+            </fill>
+          </Path>
         </Group>
-  <Private/>
+      </Group>
+      <Group>
+        <Path data="M3.9 1 14.175 1Q17.05 1.0632812 17.05 4L16.95 14Q16.95 16.95 14.05 17L3.8 17Q0.95 16.95 0.95 14L1.05 4Q1.05 1.1 3.9 1">
+          <fill>
+            <LinearGradient x="1.35" y="8.8" scaleX="7.9" rotation="270">
+              <GradientEntry ratio="0" color="#FFFFFF" alpha="0"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
 </Graphic>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0aa08ae9/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthUpSkin.fxg
----------------------------------------------------------------------
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthUpSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthUpSkin.fxg
index 4efbc16..354e783 100644
--- a/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthUpSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_nextMonthUpSkin.fxg
@@ -1,66 +1,64 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
-<Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
-	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
-	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="DateChooser_nextMonthUpSkin" afx:baseClassName="flash.display.Sprite" >
-        <Group d:type="layer" d:userLabel="Arrow">
-          <Group>
-            <Path scaleX="-1" x="18" data="M14.15 1 3.875 1Q1 1.0632812 1 4L1 14Q1 16.95 3.9 17L14.15 17Q17 16.95 17 14L17 4Q17 1.1 14.15 1M18 4 18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0Q18 0 18 4">
-              <fill>
-                <LinearGradient x="-13.65" y="21.7" scaleX="22" rotation="270">
-                  <GradientEntry ratio="0" color="#585F63"/>
-                  <GradientEntry ratio="1" color="#B7BABC"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Path scaleX="-1" x="18.05" data="M1.1 14 1 4Q1 1.0632812 3.875 1L14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14">
-              <fill>
-                <LinearGradient x="16.3" y="22" scaleX="-22" rotation="90">
-                  <GradientEntry ratio="0" color="#E6E6E6" alpha="0.4"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.6"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Group>
-              <Path scaleX="-1" x="18" data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
-                <fill>
-                  <SolidColor/>
-                </fill>
-              </Path>
-            </Group>
-          </Group>
-          <Group>
-            <Path scaleX="-1" x="18.05" data="M14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14L1 4Q1 1.0632812 3.875 1L14.15 1">
-              <fill>
-                <LinearGradient x="16.7" y="8.8" scaleX="-7.9" rotation="90">
-                  <GradientEntry ratio="0" color="#FFFFFF" alpha="0"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
+<Graphic flm:originalName="DateChooser/DateChooser_nextMonthUpSkin" version="2.0" afx:className="DateChooser_nextMonthUpSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Arrow" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Group>
+        <Path scaleX="-1" x="18" data="M14.15 1 3.875 1Q1 1.0632812 1 4L1 14Q1 16.95 3.9 17L14.15 17Q17 16.95 17 14L17 4Q17 1.1 14.15 1M18 4 18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0Q18 0 18 4">
+          <fill>
+            <LinearGradient x="-13.65" y="21.7" scaleX="22" rotation="270">
+              <GradientEntry ratio="0" color="#585F63"/>
+              <GradientEntry ratio="1" color="#B7BABC"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Path scaleX="-1" x="18.05" data="M1.1 14 1 4Q1 1.0632812 3.875 1L14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14">
+          <fill>
+            <LinearGradient x="16.3" y="22" scaleX="-22" rotation="90">
+              <GradientEntry ratio="0" color="#E6E6E6" alpha="0.4"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.6"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Group>
+          <Path scaleX="-1" x="18" data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
+            <fill>
+              <SolidColor/>
+            </fill>
+          </Path>
         </Group>
-  <Private/>
+      </Group>
+      <Group>
+        <Path scaleX="-1" x="18.05" data="M14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14L1 4Q1 1.0632812 3.875 1L14.15 1">
+          <fill>
+            <LinearGradient x="16.7" y="8.8" scaleX="-7.9" rotation="90">
+              <GradientEntry ratio="0" color="#FFFFFF" alpha="0"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
 </Graphic>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0aa08ae9/frameworks/themes/AeonGraphical/src/DateChooser_nextYearDisabledSkin.fxg
----------------------------------------------------------------------
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_nextYearDisabledSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_nextYearDisabledSkin.fxg
index 1d258cc..e62786d 100644
--- a/frameworks/themes/AeonGraphical/src/DateChooser_nextYearDisabledSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_nextYearDisabledSkin.fxg
@@ -1,39 +1,37 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
-<Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
-	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
-	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="DateChooser_nextYearDisabledSkin" afx:baseClassName="flash.display.Sprite" >
-        <Group d:type="layer" d:userLabel="Layer 1">
-          <Path data="M12 0 12 12 0 12 0 0 12 0">
-            <fill>
-              <SolidColor color="#5A6165" alpha="0"/>
-            </fill>
-          </Path>
-          <Group>
-            <Path x="-672.5" y="-1041" data="M679.475 1048 680.475 1048 680.475 1049 681.475 1049 681.475 1050 674.5 1050 674.5 1049 675.5 1049 675.5 1048 676.475 1048 676.475 1047 677.475 1047 677.475 1046 678.475 1046 678.475 1047 679.475 1047 679.475 1048">
-              <fill>
-                <SolidColor alpha="0.3019608"/>
-              </fill>
-            </Path>
-          </Group>
-        </Group>
-  <Private/>
+<Graphic flm:originalName="DateChooser/DateChooser_nextYearDisabledSkin" version="2.0" afx:className="DateChooser_nextYearDisabledSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Layer 1" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Path data="M12 0 12 12 0 12 0 0 12 0">
+        <fill>
+          <SolidColor color="#5A6165" alpha="0"/>
+        </fill>
+      </Path>
+      <Group>
+        <Path x="-672.5" y="-1041" data="M679.475 1048 680.475 1048 680.475 1049 681.475 1049 681.475 1050 674.5 1050 674.5 1049 675.5 1049 675.5 1048 676.475 1048 676.475 1047 677.475 1047 677.475 1046 678.475 1046 678.475 1047 679.475 1047 679.475 1048">
+          <fill>
+            <SolidColor alpha="0.3019608"/>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
 </Graphic>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0aa08ae9/frameworks/themes/AeonGraphical/src/DateChooser_nextYearDownSkin.fxg
----------------------------------------------------------------------
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_nextYearDownSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_nextYearDownSkin.fxg
new file mode 100644
index 0000000..cb2449e
--- /dev/null
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_nextYearDownSkin.fxg
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!--
+
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+-->
+<Graphic flm:originalName="DateChooser/DateChooser_nextYearDownSkin" version="2.0" afx:className="DateChooser_nextYearDownSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Layer 1" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Path data="M12 0 12 12 0 12 0 0 12 0">
+        <fill>
+          <SolidColor color="#5A6165" alpha="0"/>
+        </fill>
+      </Path>
+      <Group>
+        <Path x="-663.5" y="-1041" data="M670.475 1047 670.475 1048 671.475 1048 671.475 1049 672.475 1049 672.475 1050 665.5 1050 665.5 1049 666.5 1049 666.5 1048 667.475 1048 667.475 1047 668.475 1047 668.475 1046 669.475 1046 669.475 1047 670.475 1047">
+          <fill>
+            <SolidColor color="#0075BE"/>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
+</Graphic>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0aa08ae9/frameworks/themes/AeonGraphical/src/DateChooser_nextYearOverSkin.fxg
----------------------------------------------------------------------
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_nextYearOverSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_nextYearOverSkin.fxg
index 044392a..fbf4bdb 100644
--- a/frameworks/themes/AeonGraphical/src/DateChooser_nextYearOverSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_nextYearOverSkin.fxg
@@ -1,39 +1,37 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
-<Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
-	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
-	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="DateChooser_nextYearOverSkin" afx:baseClassName="flash.display.Sprite" >
-        <Group d:type="layer" d:userLabel="Layer 1">
-          <Path data="M12 0 12 12 0 12 0 0 12 0">
-            <fill>
-              <SolidColor color="#5A6165" alpha="0"/>
-            </fill>
-          </Path>
-          <Group>
-            <Path x="2" y="5" data="M5.975 3 6.975 3 6.975 4 0 4 0 3 1 3 1 2 1.975 2 1.975 1 2.975 1 2.975 0 3.975 0 3.975 1 4.975 1 4.975 2 5.975 2 5.975 3">
-              <fill>
-                <SolidColor color="#009DFF"/>
-              </fill>
-            </Path>
-          </Group>
-        </Group>
-  <Private/>
+<Graphic flm:originalName="DateChooser/DateChooser_nextYearOverSkin" version="2.0" afx:className="DateChooser_nextYearOverSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Layer 1" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Path data="M12 0 12 12 0 12 0 0 12 0">
+        <fill>
+          <SolidColor color="#5A6165" alpha="0"/>
+        </fill>
+      </Path>
+      <Group>
+        <Path x="2" y="5" data="M5.975 3 6.975 3 6.975 4 0 4 0 3 1 3 1 2 1.975 2 1.975 1 2.975 1 2.975 0 3.975 0 3.975 1 4.975 1 4.975 2 5.975 2 5.975 3">
+          <fill>
+            <SolidColor color="#009DFF"/>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
 </Graphic>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0aa08ae9/frameworks/themes/AeonGraphical/src/DateChooser_nextYearUpSkin.fxg
----------------------------------------------------------------------
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_nextYearUpSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_nextYearUpSkin.fxg
new file mode 100644
index 0000000..c07cbe3
--- /dev/null
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_nextYearUpSkin.fxg
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!--
+
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+-->
+<Graphic flm:originalName="DateChooser/DateChooser_nextYearUpSkin" version="2.0" afx:className="DateChooser_nextYearUpSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Layer 1" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Path data="M12 0 12 12 0 12 0 0 12 0">
+        <fill>
+          <SolidColor color="#5A6165" alpha="0"/>
+        </fill>
+      </Path>
+      <Group>
+        <Path scaleX="1.0000153" x="-4" y="1" data="M10.975 6 11.975 6 11.975 7 12.975 7 12.975 8 6 8 6 7 7 7 7 6 7.975 6 7.975 5 8.975 5 8.975 4 9.975 4 9.975 5 10.975 5 10.975 6">
+          <fill>
+            <SolidColor/>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
+</Graphic>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0aa08ae9/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthDisabledSkin.fxg
----------------------------------------------------------------------
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthDisabledSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthDisabledSkin.fxg
index bc1f490..453d89d 100644
--- a/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthDisabledSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthDisabledSkin.fxg
@@ -1,56 +1,54 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
-<Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
-	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
-	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="DateChooser_prevMonthDisabledSkin" afx:baseClassName="flash.display.Sprite" >
-        <Group d:type="layer" d:userLabel="Arrow">
-          <Group>
-            <Path data="M14.15 1 3.875 1Q1 1.0632812 1 4L1 14Q1 16.95 3.9 17L14.15 17Q17 16.95 17 14L17 4Q17 1.1 14.15 1M18 4 18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0Q18 0 18 4">
-              <fill>
-                <LinearGradient x="-13.65" y="21.7" scaleX="22" rotation="270">
-                  <GradientEntry ratio="0" color="#CCCCCC" alpha="0"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Path data="M1.1 14 1 4Q1 1.0632812 3.875 1L14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14">
-              <fill>
-                <LinearGradient x="16.3" y="22" scaleX="-22" rotation="90">
-                  <GradientEntry ratio="0" color="#EEEEEE" alpha="0.65098039"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.75294118"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Group>
-              <Path data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
-                <fill>
-                  <SolidColor alpha="0.40000001"/>
-                </fill>
-              </Path>
-            </Group>
-          </Group>
+<Graphic flm:originalName="DateChooser/DateChooser_prevMonthDisabledSkin" version="2.0" afx:className="DateChooser_prevMonthDisabledSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Arrow" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Group>
+        <Path data="M14.15 1 3.875 1Q1 1.0632812 1 4L1 14Q1 16.95 3.9 17L14.15 17Q17 16.95 17 14L17 4Q17 1.1 14.15 1M18 4 18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0Q18 0 18 4">
+          <fill>
+            <LinearGradient x="-13.65" y="21.7" scaleX="22" rotation="270">
+              <GradientEntry ratio="0" color="#CCCCCC" alpha="0"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Path data="M1.1 14 1 4Q1 1.0632812 3.875 1L14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14">
+          <fill>
+            <LinearGradient x="16.3" y="22" scaleX="-22" rotation="90">
+              <GradientEntry ratio="0" color="#EEEEEE" alpha="0.65098039"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.75294118"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Group>
+          <Path data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
+            <fill>
+              <SolidColor alpha="0.40000001"/>
+            </fill>
+          </Path>
         </Group>
-  <Private/>
+      </Group>
+    </Group>
+  </Group>
 </Graphic>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0aa08ae9/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthDownSkin.fxg
----------------------------------------------------------------------
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthDownSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthDownSkin.fxg
index 9204fff..6688f72 100644
--- a/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthDownSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthDownSkin.fxg
@@ -1,66 +1,64 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
-<Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
-	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
-	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="DateChooser_prevMonthDownSkin" afx:baseClassName="flash.display.Sprite" >
-        <Group d:type="layer" d:userLabel="Arrow">
-          <Group>
-            <Path data="M14.15 1 3.875 1Q1 1.0632812 1 4L1 14Q1 16.95 3.9 17L14.15 17Q17 16.95 17 14L17 4Q17 1.1 14.15 1M18 4 18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0Q18 0 18 4">
-              <fill>
-                <LinearGradient x="-13.65" y="21.7" scaleX="22" rotation="270">
-                  <GradientEntry ratio="0" color="#0075BF"/>
-                  <GradientEntry ratio="0.99215686" color="#009DFF"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Path data="M1.1 14 1 4Q1 1.0632812 3.875 1L14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14">
-              <fill>
-                <LinearGradient x="16.3" y="22" scaleX="-22" rotation="90">
-                  <GradientEntry ratio="0" color="#99D7FE"/>
-                  <GradientEntry ratio="1" color="#D9F0FE"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Group>
-              <Path data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
-                <fill>
-                  <SolidColor/>
-                </fill>
-              </Path>
-            </Group>
-          </Group>
-          <Group>
-            <Path data="M14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14L1 4Q1 1.0632812 3.875 1L14.15 1">
-              <fill>
-                <LinearGradient x="16.7" y="8.8" scaleX="-7.9" rotation="90">
-                  <GradientEntry ratio="0" color="#FFFFFF" alpha="0"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
+<Graphic flm:originalName="DateChooser/DateChooser_prevMonthDownSkin" version="2.0" afx:className="DateChooser_prevMonthDownSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Arrow" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Group>
+        <Path data="M14.15 1 3.875 1Q1 1.0632812 1 4L1 14Q1 16.95 3.9 17L14.15 17Q17 16.95 17 14L17 4Q17 1.1 14.15 1M18 4 18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0Q18 0 18 4">
+          <fill>
+            <LinearGradient x="-13.65" y="21.7" scaleX="22" rotation="270">
+              <GradientEntry ratio="0" color="#0075BF"/>
+              <GradientEntry ratio="0.99215686" color="#009DFF"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Path data="M1.1 14 1 4Q1 1.0632812 3.875 1L14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14">
+          <fill>
+            <LinearGradient x="16.3" y="22" scaleX="-22" rotation="90">
+              <GradientEntry ratio="0" color="#99D7FE"/>
+              <GradientEntry ratio="1" color="#D9F0FE"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Group>
+          <Path data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
+            <fill>
+              <SolidColor/>
+            </fill>
+          </Path>
         </Group>
-  <Private/>
+      </Group>
+      <Group>
+        <Path data="M14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14L1 4Q1 1.0632812 3.875 1L14.15 1">
+          <fill>
+            <LinearGradient x="16.7" y="8.8" scaleX="-7.9" rotation="90">
+              <GradientEntry ratio="0" color="#FFFFFF" alpha="0"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
 </Graphic>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0aa08ae9/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthOverSkin.fxg
----------------------------------------------------------------------
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthOverSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthOverSkin.fxg
index c5667b5..7e41cf1 100644
--- a/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthOverSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthOverSkin.fxg
@@ -1,66 +1,64 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
-<Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
-	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
-	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="DateChooser_prevMonthOverSkin" afx:baseClassName="flash.display.Sprite" >
-        <Group d:type="layer" d:userLabel="Arrow">
-          <Group>
-            <Path data="M18 4 18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0Q18 0 18 4M14.15 1 3.875 1Q1 1.0632812 1 4L1 14Q1 16.95 3.9 17L14.15 17Q17 16.95 17 14L17 4Q17 1.1 14.15 1">
-              <fill>
-                <LinearGradient x="-13.65" y="21.7" scaleX="22" rotation="270">
-                  <GradientEntry ratio="0" color="#0075BF"/>
-                  <GradientEntry ratio="0.99215686" color="#009DFF"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Path data="M1.1 14 1 4Q1 1.0632812 3.875 1L14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14">
-              <fill>
-                <LinearGradient x="16.3" y="22" scaleX="-22" rotation="90">
-                  <GradientEntry ratio="0" color="#E6E6E6" alpha="0.4"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.6"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Group>
-              <Path data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
-                <fill>
-                  <SolidColor/>
-                </fill>
-              </Path>
-            </Group>
-          </Group>
-          <Group>
-            <Path data="M14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14L1 4Q1 1.0632812 3.875 1L14.15 1">
-              <fill>
-                <LinearGradient x="16.7" y="8.8" scaleX="-7.9" rotation="90">
-                  <GradientEntry ratio="0" color="#FFFFFF" alpha="0"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
+<Graphic flm:originalName="DateChooser/DateChooser_prevMonthOverSkin" version="2.0" afx:className="DateChooser_prevMonthOverSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Arrow" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Group>
+        <Path data="M18 4 18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0Q18 0 18 4M14.15 1 3.875 1Q1 1.0632812 1 4L1 14Q1 16.95 3.9 17L14.15 17Q17 16.95 17 14L17 4Q17 1.1 14.15 1">
+          <fill>
+            <LinearGradient x="-13.65" y="21.7" scaleX="22" rotation="270">
+              <GradientEntry ratio="0" color="#0075BF"/>
+              <GradientEntry ratio="0.99215686" color="#009DFF"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Path data="M1.1 14 1 4Q1 1.0632812 3.875 1L14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14">
+          <fill>
+            <LinearGradient x="16.3" y="22" scaleX="-22" rotation="90">
+              <GradientEntry ratio="0" color="#E6E6E6" alpha="0.4"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.6"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Group>
+          <Path data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
+            <fill>
+              <SolidColor/>
+            </fill>
+          </Path>
         </Group>
-  <Private/>
+      </Group>
+      <Group>
+        <Path data="M14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14L1 4Q1 1.0632812 3.875 1L14.15 1">
+          <fill>
+            <LinearGradient x="16.7" y="8.8" scaleX="-7.9" rotation="90">
+              <GradientEntry ratio="0" color="#FFFFFF" alpha="0"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
 </Graphic>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0aa08ae9/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthUpSkin.fxg
----------------------------------------------------------------------
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthUpSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthUpSkin.fxg
index 02bd839..d985d3d 100644
--- a/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthUpSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_prevMonthUpSkin.fxg
@@ -1,66 +1,64 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
-<Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
-	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
-	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="DateChooser_prevMonthUpSkin" afx:baseClassName="flash.display.Sprite" >
-        <Group d:type="layer" d:userLabel="Arrow">
-          <Group>
-            <Path data="M18 4 18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0Q18 0 18 4M14.15 1 3.875 1Q1 1.0632812 1 4L1 14Q1 16.95 3.9 17L14.15 17Q17 16.95 17 14L17 4Q17 1.1 14.15 1">
-              <fill>
-                <LinearGradient x="-13.65" y="21.7" scaleX="22" rotation="270">
-                  <GradientEntry ratio="0" color="#585F63"/>
-                  <GradientEntry ratio="1" color="#B7BABC"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Path data="M1.1 14 1 4Q1 1.0632812 3.875 1L14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14">
-              <fill>
-                <LinearGradient x="16.3" y="22" scaleX="-22" rotation="90">
-                  <GradientEntry ratio="0" color="#E6E6E6" alpha="0.4"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.6"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
-          <Group>
-            <Group>
-              <Path data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
-                <fill>
-                  <SolidColor/>
-                </fill>
-              </Path>
-            </Group>
-          </Group>
-          <Group>
-            <Path data="M14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14L1 4Q1 1.0632812 3.875 1L14.15 1">
-              <fill>
-                <LinearGradient x="16.7" y="8.8" scaleX="-7.9" rotation="90">
-                  <GradientEntry ratio="0" color="#FFFFFF" alpha="0"/>
-                  <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
-                </LinearGradient>
-              </fill>
-            </Path>
-          </Group>
+<Graphic flm:originalName="DateChooser/DateChooser_prevMonthUpSkin" version="2.0" afx:className="DateChooser_prevMonthUpSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Arrow" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Group>
+        <Path data="M18 4 18 14Q18 18 14 18L4 18Q0 18 0 14L0 4Q0 0 4 0L14 0Q18 0 18 4M14.15 1 3.875 1Q1 1.0632812 1 4L1 14Q1 16.95 3.9 17L14.15 17Q17 16.95 17 14L17 4Q17 1.1 14.15 1">
+          <fill>
+            <LinearGradient x="-13.65" y="21.7" scaleX="22" rotation="270">
+              <GradientEntry ratio="0" color="#585F63"/>
+              <GradientEntry ratio="1" color="#B7BABC"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Path data="M1.1 14 1 4Q1 1.0632812 3.875 1L14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14">
+          <fill>
+            <LinearGradient x="16.3" y="22" scaleX="-22" rotation="90">
+              <GradientEntry ratio="0" color="#E6E6E6" alpha="0.4"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.6"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+      <Group>
+        <Group>
+          <Path data="M9 6 10 6 10 5 11 5 11 14 10 14 10 13 9 13 9 12 8 12 8 11 7 11 7 10 6 10 6 9 7 9 7 8 8 8 8 7 9 7 9 6">
+            <fill>
+              <SolidColor/>
+            </fill>
+          </Path>
         </Group>
-  <Private/>
+      </Group>
+      <Group>
+        <Path data="M14.15 1Q17 1.1 17 4L17.1 14Q17.1 16.95 14.25 17L4 17Q1.1 16.95 1.1 14L1 4Q1 1.0632812 3.875 1L14.15 1">
+          <fill>
+            <LinearGradient x="16.7" y="8.8" scaleX="-7.9" rotation="90">
+              <GradientEntry ratio="0" color="#FFFFFF" alpha="0"/>
+              <GradientEntry ratio="1" color="#FFFFFF" alpha="0.30196078"/>
+            </LinearGradient>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
 </Graphic>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0aa08ae9/frameworks/themes/AeonGraphical/src/DateChooser_prevYearDisabledSkin.fxg
----------------------------------------------------------------------
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_prevYearDisabledSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_prevYearDisabledSkin.fxg
new file mode 100644
index 0000000..b2e2430
--- /dev/null
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_prevYearDisabledSkin.fxg
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!--
+
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+-->
+<Graphic flm:originalName="DateChooser/DateChooser_prevYearDisabledSkin" version="2.0" afx:className="DateChooser_prevYearDisabledSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Layer 1" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Path data="M12 0 12 12 0 12 0 0 12 0">
+        <fill>
+          <SolidColor color="#5A6165" alpha="0"/>
+        </fill>
+      </Path>
+      <Group>
+        <Path x="-672.55" y="-1056" data="M676.525 1058 675.525 1058 675.525 1057 674.525 1057 674.525 1056 681.5 1056 681.5 1057 680.5 1057 680.5 1058 679.525 1058 679.525 1059 678.525 1059 678.525 1060 677.525 1060 677.525 1059 676.525 1059 676.525 1058">
+          <fill>
+            <SolidColor alpha="0.3019608"/>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
+</Graphic>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0aa08ae9/frameworks/themes/AeonGraphical/src/DateChooser_prevYearDownSkin.fxg
----------------------------------------------------------------------
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_prevYearDownSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_prevYearDownSkin.fxg
index a725930..997175a 100644
--- a/frameworks/themes/AeonGraphical/src/DateChooser_prevYearDownSkin.fxg
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_prevYearDownSkin.fxg
@@ -1,39 +1,37 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!--
 
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
 -->
-<Graphic version="2.0" ATE:version="1.0.0" flm:version="1.0.0" d:using="" 
-	xmlns="http://ns.adobe.com/fxg/2008" xmlns:ATE="http://ns.adobe.com/ate/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt" 
-	xmlns:flm="http://ns.adobe.com/flame/2008"
-	xmlns:afx="http://ns.apache.org/flex/2012" afx:className="DateChooser_prevYearDownSkin" afx:baseClassName="flash.display.Sprite" >
-        <Group d:type="layer" d:userLabel="Layer 1">
-          <Path data="M12 0 12 12 0 12 0 0 12 0">
-            <fill>
-              <SolidColor color="#5A6165" alpha="0"/>
-            </fill>
-          </Path>
-          <Group>
-            <Path x="-663.55" y="-1056" data="M672.5 1057 671.5 1057 671.5 1058 670.525 1058 670.525 1059 669.525 1059 669.525 1060 668.525 1060 668.525 1059 667.525 1059 667.525 1058 666.525 1058 666.525 1057 665.525 1057 665.525 1056 672.5 1056 672.5 1057">
-              <fill>
-                <SolidColor color="#0075BE"/>
-              </fill>
-            </Path>
-          </Group>
-        </Group>
-  <Private/>
+<Graphic flm:originalName="DateChooser/DateChooser_prevYearDownSkin" version="2.0" afx:className="DateChooser_prevYearDownSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Layer 1" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Path data="M12 0 12 12 0 12 0 0 12 0">
+        <fill>
+          <SolidColor color="#5A6165" alpha="0"/>
+        </fill>
+      </Path>
+      <Group>
+        <Path x="-663.55" y="-1056" data="M672.5 1057 671.5 1057 671.5 1058 670.525 1058 670.525 1059 669.525 1059 669.525 1060 668.525 1060 668.525 1059 667.525 1059 667.525 1058 666.525 1058 666.525 1057 665.525 1057 665.525 1056 672.5 1056 672.5 1057">
+          <fill>
+            <SolidColor color="#0075BE"/>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
 </Graphic>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0aa08ae9/frameworks/themes/AeonGraphical/src/DateChooser_prevYearOverSkin.fxg
----------------------------------------------------------------------
diff --git a/frameworks/themes/AeonGraphical/src/DateChooser_prevYearOverSkin.fxg b/frameworks/themes/AeonGraphical/src/DateChooser_prevYearOverSkin.fxg
new file mode 100644
index 0000000..5b18280
--- /dev/null
+++ b/frameworks/themes/AeonGraphical/src/DateChooser_prevYearOverSkin.fxg
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!--
+
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+-->
+<Graphic flm:originalName="DateChooser/DateChooser_prevYearOverSkin" version="2.0" afx:className="DateChooser_prevYearOverSkin" afx:baseClassName="flash.display.Sprite" xmlns:afx="http://ns.apache.org/flex/2012" xmlns:flm="http://ns.adobe.com/flame/2008" xmlns="http://ns.adobe.com/fxg/2008">
+  <Group>
+    <Group aaa:type="layer" aaa:userLabel="Layer 1" xmlns:aaa="http://ns.adobe.com/fxg/2008/dt">
+      <Path data="M12 0 12 12 0 12 0 0 12 0">
+        <fill>
+          <SolidColor color="#5A6165" alpha="0"/>
+        </fill>
+      </Path>
+      <Group>
+        <Path x="2" data="M7 1 6 1 6 2 5.025 2 5.025 3 4.025 3 4.025 4 3.025 4 3.025 3 2.025 3 2.025 2 1.025 2 1.025 1 0.025 1 0.025 0 7 0 7 1">
+          <fill>
+            <SolidColor color="#009DFF"/>
+          </fill>
+        </Path>
+      </Group>
+    </Group>
+  </Group>
+</Graphic>
\ No newline at end of file