javaFX的一些坑
1、一定要注意fxml和controller中类名是不是一致
table 和TreeTable不一样,容易看花
2、this.getClass().getClassLoader().getResource("")
和this.getClass().getResource("") 不一样,一个可以获取绝对路径一个不行
getClass().getResource("/view/RootLayout.fxml")
【javaFX的一些坑】3、集成maven项目时,要注意资源文件是不是也到class目录了
推荐阅读
- JavaFX 加载图片(使用Intellij IDEA)
- IDEA_WebStorm|Java FX 简介 与 IDEA JavaFX 开发入门
- jxbrowser错误The Chromium profile directory is already used/locked by another BrowserContext instance
- javaFX 8 包和类的统计