📄 main.fx
字号:
/* * Main.fx * * Created on Nov 13, 2008, 12:57:04 PM */package myclockproject;import javafx.scene.Scene;import javafx.stage.Stage;/** * @author cindycastillo */Stage { title: "JavaFX Clock Application" width: 295 height: 325 onClose: function() { java.lang.System.exit( 0 ); } visible: true scene: Scene { content: Clock {} }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -