test/java/awt/Graphics/DrawImageBG/SystemBgColorTest.java

Print this page

        

*** 57,67 **** test(BufferedImage.TYPE_INT_ARGB); test(BufferedImage.TYPE_INT_RGB); if (errcount > 0) { throw new RuntimeException(errcount+" errors"); } - System.exit(0); // For 1.3 and earlier VMs... } static int cmap[] = { 0x00000000, 0xffffffff, --- 57,66 ----