Advertisement
farseenabdulsalam

Scala forced me to do casting!: 1.Demonstration : Error Msg

Oct 9th, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.30 KB | None | 0 0
  1. Error:(20, 17) overloaded method value addAll with alternatives:
  2.   (x$1: javafx.scene.Node*)Boolean <and>
  3.   (x$1: java.util.Collection[_ <: javafx.scene.Node])Boolean
  4.  cannot be applied to (scalafx.scene.layout.StackPane)
  5.         content.addAll(new StackPane{content = new Text("Demo")})
  6.                 ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement