in progress
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Tue, 5 Jul 2011 23:25:22 +0000 (23:25 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Tue, 5 Jul 2011 23:25:22 +0000 (23:25 +0000)
forester/resources/synth_laf/synth_look_and_feel_1.xml

index e69de29..e16c01a 100644 (file)
@@ -0,0 +1,23 @@
+<synth>
+  <style id="basicStyle">
+    <font name="Verdana" size="16"/>
+    <state>
+      <color value="WHITE" type="BACKGROUND"/>
+      <color value="BLACK" type="FOREGROUND"/>
+    </state>
+  </style>
+  <bind style="basicStyle" type="region" key=".*"/>
+  <style id="textfield">
+   <opaque value="true"/>
+   <state>
+      <font name="Aharoni" size="14"/>
+      <color value="#D2DFF2" type="BACKGROUND"/>
+      <color value="#000000" type="TEXT_FOREGROUND"/>
+   </state>
+   <imagePainter method="textFieldBorder" path="images/textfield.png"
+      sourceInsets="4 6 4 6" paintCenter="false"/>
+   <insets top="4" left="6" bottom="4" right="6"/>
+</style>
+<bind style="textfield" type="region" key="TextField"/>
+</synth>
+