Path: csiph.com!usenet.pasdenom.info!news.albasani.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Hans Castorp Newsgroups: comp.lang.java.gui Subject: Re: Java editres Date: Sat, 28 Jul 2012 08:51:53 +0200 Lines: 12 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net 8WgkXWA87TQ72pw2/YK2sQDi+j7l7C9HhglQeopjAzWTfn/qEjEKQhTymy9TuTCpI= Cancel-Lock: sha1:loAVgpCsMyGQc+6118ZGVgAN+Hk= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.21) Gecko/20090302 Thunderbird/2.0.0.21 Mnenhy/0.7.5.666 In-Reply-To: Xref: csiph.com comp.lang.java.gui:5214 FredK wrote on 27.07.2012 23:03: > Is there a java equivalent of the Xt editres program (displays a tree > of all of the GUI components of a program, allows editing resource > values, flashes selected components, etc.) ? > You might want to look at the NetBeans GUI designer for creating the components. There is also a Swing debugger built into the new (7.2) version that lets you "debug" the component hierarchy of a running Swing application.