1 public class PictureDemo
2 {
3 public static void main(String[] args)
4 {
5 Picture pic = new Picture();
6 pic.load("queen-mary.png");
7 }
8 }