Hi All,
Now I try to display a 1280X720 picture using xlet viewer, but cannot get the full display. any one knows how to do it?
try{
MediaTracker tracker = new MediaTracker(this);
bg_i = Toolkit.getDefaultToolkit().
getImage("com/xlet/foodPortal/img/bg.gif");
tracker.addImage(bg_i, 0);
tracker.waitForAll();
}
catch(InterruptedException e){...
2009-05-04 03:43:46 UTC in XleTView