⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 demo.xml

📁 对synthdemo的改进程序,要在JDK环境下运行
💻 XML
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -