Re: question on some swing docs

2014-06-20 Thread Steve Sides
On 6/19/2014 5:57 AM, Alexander Scherbatiy wrote: On 6/5/2014 9:58 PM, Steve Sides wrote: While adding @param and @return to various swing files, I came across this. The javadoc descriptions for javax.swing.plaf.TreeUI.getPathBounds() and javax.swing.plaf.basic.BasicTreeUI.getPathBounds() ha

Re: question on some swing docs

2014-06-19 Thread Alexander Scherbatiy
On 6/5/2014 9:58 PM, Steve Sides wrote: While adding @param and @return to various swing files, I came across this. The javadoc descriptions for javax.swing.plaf.TreeUI.getPathBounds() and javax.swing.plaf.basic.BasicTreeUI.getPathBounds() have stated it returns null "if any component in path

question on some swing docs

2014-06-05 Thread Steve Sides
While adding @param and @return to various swing files, I came across this. The javadoc descriptions for javax.swing.plaf.TreeUI.getPathBounds() and javax.swing.plaf.basic.BasicTreeUI.getPathBounds() have stated it returns null "if any component in path is currently valid". Is that right? T

question on some swing docs

2014-06-05 Thread Steve Sides
While adding @param and @return to various swing files, I came across this. The javadoc descriptions for javax.swing.plaf.TreeUI.getPathBounds() and javax.swing.plaf.basic.BasicTreeUI.getPathBounds() have stated it returns null "if any component in path is currently valid". Is that right? T