Re: Tool to display Swing control hierarchy

2015-11-24 Thread Pete Brunet
https://github.com/robotframework/swingexplorer On 11/24/15 10:23 PM, Pete Brunet wrote: > Is there a tool that will show me the control hierarchy of a Swing app? > -Pete

Re: Tool to display Swing control hierarchy

2015-11-24 Thread Andrej Golovnin
Hi Pete, start your Swing application from the console. When you application is started and has focus, then press CTRL-SHIFT-F1. Now you should see the control hierarchy in the console. Best regards, Andrej Golovnin On Wed, Nov 25, 2015 at 5:23 AM, Pete Brunet wrote: > Is there a tool that will

Tool to display Swing control hierarchy

2015-11-24 Thread Pete Brunet
Is there a tool that will show me the control hierarchy of a Swing app? -Pete

Re: Review request for 8133039 Provide public API to sun.swing.UIAction#isEnabled(Object)

2015-11-24 Thread Sergey Bylokhov
Looks fine. On 20.11.15 17:01, Alexander Scherbatiy wrote: Hello, Could you review the updated fix: http://cr.openjdk.java.net/~alexsch/8133039/webrev.02/ The description that accept() method must return false for the disabled action is added. Thanks, Alexandr. On 11/19/2015 6:40

Re: [9] Review request for 8132119 Provide public API for text related methods in SwingUtilities2

2015-11-24 Thread Andrej Golovnin
Hi Alexander, >> Could you review the updated fix: >> http://cr.openjdk.java.net/~alexsch/8132119/webrev.01/ >> in the JavaDocs of the methods #drawStringUnderlineCharAt and #getClippedString you put the @see tag before the parameters description, see lines 1125 and 1145. In the most cases

Re: [9] Review Request for 8081722: Provide public API for file hierarchy provided by sun.awt.shell.ShellFolder

2015-11-24 Thread Semyon Sadetsky
On 11/2/2015 11:09 PM, Sergey Bylokhov wrote: On 29.10.15 21:30, Phil Race wrote: We should specify what happens if you pass in to get(String) a) null b) an unrecognised name. Would it make sense to define string constants on FileSystemView as otherwise people have to spell these exactly righ