https://kotlinlang.org logo
e

edvin

06/03/2018, 8:10 AM
@ianbrandt It's not a bug, you probably imported
java.awt.Button
instead of
javafx.scene.control.Button
. In any case, we've talked about removing the suboptimal code examples, which we used kind of to introduce the builders. @thomasnieldmaybe this is something we should address in the next cleanup? 🙂