Advertisement
Guest User

Untitled

a guest
Oct 17th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. package javafx;
  2. import javafx.application.Application;
  3. import javafx.scene.Scene;
  4. import javafx.stage.Stage;
  5. import javafx.scene.layout.HBox;
  6. import javafx.scene.layout.Pane;
  7. import javafx.geometry.Insets;
  8. import javafx.stage.Stage;
  9. import scene.image.Image;
  10. import scene.image.ImageView;
  11.  
  12. public class DisplayImages extends Application{
  13.  
  14. public void start(Stage primaryStage) {
  15. Pane pane = new HBox();
  16. }
  17.  
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement