提交 1c28997a 编写于 作者: R rupashka

6922179: SynthTextPaneUI.installUI() doesn't set component to opaque as specified

Reviewed-by: alexp
上级 63f88560
...@@ -756,9 +756,8 @@ public abstract class BasicTextUI extends TextUI implements ViewFactory { ...@@ -756,9 +756,8 @@ public abstract class BasicTextUI extends TextUI implements ViewFactory {
* things. * things.
* <ol> * <ol>
* <li> * <li>
* Sets the associated component to opaque (can be changed * Sets the associated component to opaque if the opaque property
* easily by a subclass or on JTextComponent directly), * has not already been set by the client program. This will cause the
* which is the most common case. This will cause the
* component's background color to be painted. * component's background color to be painted.
* <li> * <li>
* Installs the default caret and highlighter into the * Installs the default caret and highlighter into the
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册