< prev index next >
src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/GTKLookAndFeel.java
Print this page
*** 83,93 ****
* Font to use in places where there is no widget.
*/
private Font fallbackFont;
/**
! * If true, GTKLookAndFeel is inside the <code>initialize</code>
* method.
*/
private boolean inInitialize;
/**
--- 83,93 ----
* Font to use in places where there is no widget.
*/
private Font fallbackFont;
/**
! * If true, GTKLookAndFeel is inside the {@code initialize}
* method.
*/
private boolean inInitialize;
/**
*** 1669,1683 ****
return true;
}
/**
* Returns whether or not the UIs should update their
! * <code>SynthStyles</code> from the <code>SynthStyleFactory</code>
* when the ancestor of the Component changes.
*
* @return whether or not the UIs should update their
! * <code>SynthStyles</code> from the <code>SynthStyleFactory</code>
* when the ancestor changed.
*/
public boolean shouldUpdateStyleOnAncestorChanged() {
return true;
}
--- 1669,1683 ----
return true;
}
/**
* Returns whether or not the UIs should update their
! * {@code SynthStyles} from the {@code SynthStyleFactory}
* when the ancestor of the Component changes.
*
* @return whether or not the UIs should update their
! * {@code SynthStyles} from the {@code SynthStyleFactory}
* when the ancestor changed.
*/
public boolean shouldUpdateStyleOnAncestorChanged() {
return true;
}
< prev index next >