(String[] args)
| 7 | public class HTMLColorTest { |
| 8 | static final int DISPLAY_SIZE = 20; |
| 9 | public static void main(String[] args) { |
| 10 | show(MAP, DISPLAY_SIZE); |
| 11 | border(); |
| 12 | showInv(INVMAP, DISPLAY_SIZE); |
| 13 | border(); |
| 14 | show(LIST, DISPLAY_SIZE); |
| 15 | border(); |
| 16 | showrgb(RGBLIST, DISPLAY_SIZE); |
| 17 | } |
| 18 | } |
| 19 | /* Output: |
| 20 | 0xF0F8FF: AliceBlue |