How to delete these CSS warnings in JavaFX custom controls?

I am currently developing a custom JavaFX 8 control and will provide the first version when Oracle releases JDK U20 After upgrading to this version, my control will now trigger a long string of CSS warnings, as shown below:

Note: I didn't call any of these suspicious methods: applycss (), layout (), or impl_ processCSS().

What are the possible reasons?

Solution

These messages are caused by changes made by Oracle to the CSS engine Implementation method: control Custom controls of getuseragentstylesheet () may trigger them Several solutions have been suggested to solve this problem, but in the meantime, the publisher 8u40 moved the method to region and now fully supports it However, if your project also uses controlsfx, upgrade to controlsfx 8.40 You will still see them before 9

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>