Contains various (well, just one at the moment) static utility methods.
Makes a Swing component inverted by swapping its foreground and background colors.
Makes a Swing component inverted by swapping its foreground and background colors. Hint: Depending on your needs it might also be a good idea to call c.setOpaque(true).