Skip to content

Instantly share code, notes, and snippets.

@RCura
Created February 11, 2013 09:48
Show Gist options
  • Save RCura/4753564 to your computer and use it in GitHub Desktop.
Save RCura/4753564 to your computer and use it in GitHub Desktop.
import fr.geocite.simprocess.javafx.ui.tableview.JFXTableView
import javafx.scene.layout._
import javafx.geometry.{ Orientation, HPos, Insets }
import javafx.scene.control._
import javafx.collections.{ ObservableList, FXCollections }
import fr.geocite.simprocess.javafx.ui.doubleslider.DoubleSlider
import fr.geocite.simprocess.javafx.ui.textfield.DoubleTextField
import javafx.beans.value.{ ObservableValue, ChangeListener }
import javafx.event.{ ActionEvent, EventHandler }
import javafx.scene.{ Node, Scene, input }
import fr.geocite.simprocess.javafx.ui._
import browser.Browser
import javafx.beans.binding._
//import scala.collection.JavaConverters._
import scala.collection.JavaConversions._
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment