コード例 #1
0
ファイル: Pixmap.java プロジェクト: jwang93/SLogo
 /** Create an image from the given filename. */
 public Pixmap(String fileName) {
   setImage(fileName);
 }