
 
        Paints the CSS box according to the attributes
 given.  This should paint the border, padding,
 and background.
        
        
Parameters:
 - 
g - the rendering surface.
 - 
x - the x coordinate of the allocated area to
  render into.
 - 
y - the y coordinate of the allocated area to
  render into.
 - 
w - the width of the allocated area to render into.
 - 
h - the height of the allocated area to render into.
 - 
v - the view making the request.  This is
  used to get the AttributeSet, and may be used to
  resolve percentage arguments.