public static void uninstallBorder (JComponent c)

Convenience method for uninstalling a border. If the border of the component is a UIResource, it is set to null.

Parameters:
c    component to uninstall the border on

Exceptions:
NullPointerException    if c is null