Re: Tool to display Swing control hierarchy

2015-11-25 Thread Sergey Bylokhov
Note that in jdk9 this option is disabled by default, to enable it you should pass -Dsun.awt.nativedebug=true to the java. On 25.11.15 10:03, Andrej Golovnin wrote: Hi Pete, start your Swing application from the console. When you application is started and has focus, then press CTRL-SHIFT-F1.

Re: Tool to display Swing control hierarchy

2015-11-25 Thread Andrej Golovnin
On Wed, Nov 25, 2015 at 2:24 PM, Sergey Bylokhov wrote: > Note that in jdk9 this option is disabled by default, to enable it you > should pass -Dsun.awt.nativedebug=true to the java. Sergey, thank you for the hint! I didn't know that. Best regards, Andrej Golovnin

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