Searched defs:uninstallBorder (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DLookAndFeel.java241 public static void uninstallBorder(JComponent c) { method in class:LookAndFeel
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalRootPaneUI.java191 LookAndFeel.uninstallBorder(root);
201 private void uninstallBorder(JRootPane root) { method in class:MetalRootPaneUI
202 LookAndFeel.uninstallBorder(root);
291 uninstallBorder(root);

Completed in 97 milliseconds