Some of you have been asking how to create controls for the new SmartDashboard (sfx). Controls can be created either using java for complex controls or FXML for simpler visualizations. We created a tutorial that shows how to create a widget that models a pneumatic cylinder that is shown either in or out using a boolean value.
We'll add an example of a java-based widget soon.
The tutorial can be found here:
http://wpilib.screenstepslive.com/s/...rol-using-fxml
Brad & Patrick