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.
我有这个问题Java Eclipse
Java Eclipse
当我将我添加CSS File到场景时会发生这种情况。我真的不知道在这里做什么
CSS File
我试过Source Folder在源文件夹中添加一个和Css file然后添加它就像这样scene.getStyleSheets().add("Resource/Css/style.sheet"
Source Folder
Css file
scene.getStyleSheets().add("Resource/Css/style.sheet"
并且这个错误仍然显示有人可以帮助我吗
如果您在 Eclipse 中直接在 src 下拥有该文件,则需要从那里请求它,而不是从“Resource/Css”子文件夹中请求。
此外,文件名显然是 style.css,而不是 style.sheet。