From f6c3670b936ba2f6dff3aab753be087190f41ede Mon Sep 17 00:00:00 2001 From: zm <1334717033@qq.com> Date: Sat, 27 Jan 2024 18:01:29 +0800 Subject: [PATCH] =?UTF-8?q?2024=E5=B9=B41=E6=9C=8827=E6=97=A518:01:26?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mystyle-java-fx-tools.ini | 23 ++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/main/resources/mystyle-java-fx-tools.ini diff --git a/src/main/resources/mystyle-java-fx-tools.ini b/src/main/resources/mystyle-java-fx-tools.ini new file mode 100644 index 0000000..25a42ca --- /dev/null +++ b/src/main/resources/mystyle-java-fx-tools.ini @@ -0,0 +1,23 @@ +# +# TimiFXExamples 配置文件,不建议手动修改,可能会导致程序异常或崩溃 +# + +[Main] + +# 语言 +Lang=zh_CN + +# 窗体宽度,静默配置,双精度浮点型,取值范围 [1, 系统最大限制],默认 1300 +Width=1300 + +# 窗体高度,静默配置,双精度浮点型,取值范围 [1, 系统最大限制],默认 850 +Height=850 + +# 编辑器主题 +AceJsThem=cloud9_day + + +[Interpolator] + +# 动画插值器持续时间 +Duration=1000 \ No newline at end of file