예제 #1
0
파일: Pixmap.java 프로젝트: jwang93/SLogo
 /** Create an image from the given filename. */
 public Pixmap(String fileName) {
   setImage(fileName);
 }