/**
* initialize the top side of the app
*/
private void topSideInit() {
this.ICON.setGraphic(this.getImage("/resources/image/icon.png", 57));
this.EXITER.setGraphic(this.getImage("/resources/image/exit.png", 57));
this.MINIMISER.setGraphic(this.getImage("/resources/image/mini.png", 57));
about = new Popup();
help = new Popup();
}
MainFXMLDocumentController.java 文件源码
java
阅读 33
收藏 0
点赞 0
评论 0
项目:xpanderfx
作者:
评论列表
文章目录