I have just added a .css file to the default package (right-click over default package > New..) in a plain Java project, but as you can see below, the file (NewFile.css) is outside the package.. why?
This is some strange for me, since I don't have any problem to add a new .css file to a JavaFX application as you can see here (applications.css):

