I need help editing my java fx code. This is as far as I havegot.
public class Main1 extends Application {
//declare an ImageView
ImageView imageView = new ImageView(input);
//declare an Image
Image image = new Image(input);
// declare a BorderPane object
BorderPane borderPane = new BorderPane();
//BorderPane pane;
// declare a static double level of effect
// declare a static double variable for the size in xdirection
// declare a static double variable for the size in xdirection
Answer