Pastebin launched a little side project called HostCabi.net, check it out ;-)Don't like ads? PRO users don't see any ads ;-)
Guest

frame1

By: ace on Feb 24th, 2010  |  syntax: None  |  size: 0.18 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. public void drawFrame()
  2.     {
  3.          Rectangle frame = new Rectangle(0, 0, 600, 500);
  4.          myCanvas.fill(frame);
  5.          eraseRectangle (20, 20, 580, 480);
  6.          
  7.         }