支持动态修改窗口标题setWindowTitle、窗口图标setIcon、窗口可拖拽拖放setDragAndResize的接口

This commit is contained in:
yangsuiyu
2020-08-29 17:50:33 +08:00
parent d139cbe3c5
commit f6189b1bf9
23 changed files with 267 additions and 71 deletions

View File

@@ -0,0 +1,11 @@
package cn.edu.scau.biubiusuisui.function;
/**
* @author jack
* @version 1.0
* @date 2019/7/27 1:54
* @since JavaFX2.0 JDK1.8
*/
public interface Draggable {
}