ok trying to get an image to show up in a GWindow...
i have tried:
face = new ImageShape(BasicMatrixModel.getImage( java.lang.String ("bird.jpg")),0,0);
and
Image img = getImage("http://www.audizine.com/gallery/uploads/85/bird.jpg");
both do not compile with errors about cannot resolve symbol, symbol: class lang
i am oing this work in Dr. Java...
i'd appreciate any help!
thanks
peace
Bookmarks