demo.xml

来自「对synthdemo的改进程序,要在JDK环境下运行」· XML 代码 · 共 26 行

XML
26
字号
<synth>
  <style id="button">
      <state>
	    <imagePainter method="buttonBackground" path="images/1.png"
	                  sourceInsets="9 10 9 12" paintCenter="true" stretch="true"/>
	    <insets top="9" left="10" bottom="9" right="12"/>
	    <font name="Aharoni" size="16"/>
	    <color type="TEXT_FOREGROUND" value="#FFFFFF"/>
      </state>
      <state value="MOUSE_OVER">
	    <imagePainter method="buttonBackground" path="images/2.png"
	                  sourceInsets="9 10 9 12" paintCenter="true" stretch="true"/>
	    <insets top="9" left="10" bottom="9" right="12"/>
	    <color type="TEXT_FOREGROUND" value="#FFFFFF"/>
      </state>
      <state value="PRESSED">
	    <imagePainter method="buttonBackground" path="images/3.png"
	                  sourceInsets="10 12 8 9" paintCenter="true" stretch="true"/>
	    <insets top="10" left="12" bottom="8" right="9"/>
	    <color type="TEXT_FOREGROUND" value="#FFFFFF"/>
      </state>
    <property key="Button.margin" type="insets" value="0 0 0 0"/>
  </style>
  <bind style="button" type="region" key="Button"/>
</synth>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?