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.
|
* painting to originate from this Component, or one of its ancestors.
|
||||||
* <p/>
|
* <p/>
|
||||||
* Calling {@link JComponent#repaint} on a Swing component will be delegated to
|
* 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.
|
* if there are any.
|
||||||
* <p/>
|
* <p/>
|
||||||
* {@code JComponent} subclasses that need to be repainted when any of their
|
* {@code JComponent} subclasses that need to be repainted when any of their
|
||||||
|
@ -92,7 +92,7 @@ public class SynthTextPaneUI extends SynthEditorPaneUI {
|
|||||||
* </ol>
|
* </ol>
|
||||||
*
|
*
|
||||||
* @param c the editor component
|
* @param c the editor component
|
||||||
* @see BasicTextUI#installUI
|
* @see javax.swing.plaf.basic.BasicTextUI#installUI
|
||||||
* @see ComponentUI#installUI
|
* @see ComponentUI#installUI
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user