# clock **Repository Path**: kkk001/clock ## Basic Information - **Project Name**: clock - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # javaFX开发一个时钟demo ## 常见异常: * java.lang.NullPointerException: Location is required still not working 解决:Main中加载资源文件失败,Parent root = FXMLLoader.load(getClass().getResource("/sample.fxml")); 检查一下是否能取到Resource即可。 * java.lang.IllegalStateException: Not on FX application thread; currentThread = Thread-4 解决:https://blog.csdn.net/huplion/article/details/52734130