static int colorToIntOpaque(Color c) { ret c.getRGB() | 0xFF000000; }