示例#1
0
文件: Pixmap.java 项目: jwang93/SLogo
 /** Create an image from the given filename. */
 public Pixmap(String fileName) {
   setImage(fileName);
 }