guess - set background color


/ Published in: Python
Save to your folder(s)



Copy this code and paste it in your HTML
  1. import java
  2. c = java.awt.Color( 128,128,128 )
  3. v.background = c

Report this snippet


Comments


You need to login to view comments.