Advertisement
Guest User

rozciaganie

a guest
Oct 20th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.34 KB | None | 0 0
  1. FileInputStream input = new FileInputStream("C:\\Users\\serku\\Desktop\\Malarze\\" + current.getPath());
  2. image.setImage(new Image (input));
  3. // 2 linijki poniżej powoduja rozciaganie
  4. image.fitWidthProperty().bind(mainApp.getStage().widthProperty().subtract(200));
  5. image.fitHeightProperty().bind(mainApp.getStage().heightProperty().subtract(250));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement