Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
导入 JFXtras 库(特别是 jfxtras-labs)以便我可以在我的作业项目中使用它们的最佳方式是什么?我需要确保我的代码能够在我和教授的计算机上运行。
我是 JFXtras 的新手,因此我们将不胜感激任何指导!
这个问题与 JFXtras 无关,而是一个标准的 Java 问题:您下载适当的 jar(即 jfxtras-labs-[version].jar),以及任何依赖的 jar(如 jfxtras-common-[version].jar ),并将它们包含在 Java 的类路径中。通过为您下载和包含,构建系统(如 Maven 或 Gradle)使包含依赖项更容易。