7012663: javadoc warning in javax.swing.JComponent and javax.swing.plaf.synth.SynthTextPaneUI
Reviewed-by: alexp
This commit is contained in:
parent
e731a74298
commit
65c9e92668
@ -4911,7 +4911,7 @@ public abstract class JComponent extends Container implements Serializable,
|
||||
* painting to originate from this Component, or one of its ancestors.
|
||||
* <p/>
|
||||
* Calling {@link JComponent#repaint} on a Swing component will be delegated to
|
||||
* the first ancestor which {@code isPaintingOrigin()} returns {@true},
|
||||
* the first ancestor which {@code isPaintingOrigin()} returns {@code true},
|
||||
* if there are any.
|
||||
* <p/>
|
||||
* {@code JComponent} subclasses that need to be repainted when any of their
|
||||
|
@ -92,7 +92,7 @@ public class SynthTextPaneUI extends SynthEditorPaneUI {
|
||||
* </ol>
|
||||
*
|
||||
* @param c the editor component
|
||||
* @see BasicTextUI#installUI
|
||||
* @see javax.swing.plaf.basic.BasicTextUI#installUI
|
||||
* @see ComponentUI#installUI
|
||||
*/
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user