svenreimers / TweetwallFX-Legacy

JavaFX 3D Tweetwall
Apache License 2.0
14 stars 6 forks source link

WordleSkin.java:31: error: cannot find symbol #1

Open myfear opened 9 years ago

myfear commented 9 years ago

TweetwallFX\src\tweetwallfx\tagcloud\WordleSkin.java:31: error: cannot find symbol import javafx.scene.AccessibleAttribute; symbol: class AccessibleAttribute location: package javafx.scene

Running with NB 8.0.2 and JDK8_20

Any ideas? :)

johanvos commented 9 years ago

8u20, is that still around? :-) You need 8u40, as accessibility is introduced in that version.

2014-12-05 12:10 GMT+01:00 Markus Eisele notifications@github.com:

TweetwallFX\src\tweetwallfx\tagcloud\WordleSkin.java:31: error: cannot find symbol import javafx.scene.AccessibleAttribute; symbol: class AccessibleAttribute location: package javafx.scene

Running with NB 8.0.2 and JDK8_20

Any ideas? :)

Reply to this email directly or view it on GitHub https://github.com/svenreimers/TweetwallFX/issues/1.

svenreimers commented 9 years ago

This should already be resolved in latest commits, but you can just comment the import statement out