< prev index next >

src/java.desktop/share/classes/javax/swing/plaf/synth/SynthRootPaneUI.java

Print this page

        

*** 159,169 **** context.getPainter().paintRootPaneBorder(context, g, x, y, w, h); } /** * Invoked when a property changes on the root pane. If the event ! * indicates the <code>defaultButton</code> has changed, this will * reinstall the keyboard actions. */ @Override public void propertyChange(PropertyChangeEvent e) { if (SynthLookAndFeel.shouldUpdateStyle(e)) { --- 159,169 ---- context.getPainter().paintRootPaneBorder(context, g, x, y, w, h); } /** * Invoked when a property changes on the root pane. If the event ! * indicates the {@code defaultButton} has changed, this will * reinstall the keyboard actions. */ @Override public void propertyChange(PropertyChangeEvent e) { if (SynthLookAndFeel.shouldUpdateStyle(e)) {
< prev index next >