While adding @param and @return tags to appease doclint, I came across
javax.swing.plaf.SplitPanUI.finishedPaintingChildren(). I find the
description of this method a little baffling. It's either missing some
words or punctuation, or is just simply stated in a confusing manner.
Can you offer some explanation for what this method does and maybe
suggest a better wording for the description?
*
finishedPaintingChildren
public abstract void finishedPaintingChildren(JSplitPane
<http://sqeweb.us.oracle.com/coretools/comptools/users/ssides/jdk9_dev/docs/doc/javax/swing/JSplitPane.html>
jc,
Graphics
<http://sqeweb.us.oracle.com/coretools/comptools/users/ssides/jdk9_dev/docs/doc/java/awt/Graphics.html>
g)
Messaged after the JSplitPane the receiver is providing the look and
feel for paints its children.
-steve