Skip to content

Instantly share code, notes, and snippets.

@phdoerfler
Created March 27, 2013 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phdoerfler/5258198 to your computer and use it in GitHub Desktop.
Save phdoerfler/5258198 to your computer and use it in GitHub Desktop.
It compiles! ^.~
// Auto generated, changes will be overwritten
package org.fancy
import javafx.fxml.FXML
import javafx.scene.control.Button
object Controller {
@FXML
var meep: Button = ???
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment