org.apache.poi.contrib.poibrowser
public class Util extends java.lang.Object
Contains various (well, just one at the moment) static utility methods.
Util()
static void
invert(javax.swing.JComponent c)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Util()
public static void invert(javax.swing.JComponent c)
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).
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.