Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #5210
| From | markspace <-@.> |
|---|---|
| Newsgroups | comp.lang.java.gui |
| Subject | Re: Java editres |
| Date | 2012-07-27 18:51 -0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <juvgjr$lej$1@dont-email.me> (permalink) |
| References | <e79f4e37-8c43-43f8-b5e7-c2535ebc3020@googlegroups.com> <nospam-0AE65D.20582527072012@news.aioe.org> |
On 7/27/2012 5:58 PM, John B. Matthews wrote: > In article <e79f4e37-8c43-43f8-b5e7-c2535ebc3020@googlegroups.com>, > FredK <fred.l.kleinschmidt@gmail.com> wrote: > >> 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.) ? > > There are some ideas here: > > <http://stackoverflow.com/q/8302143/230513> > If he's talking about just live components, and not default resources (and he may mean both), I think I've seen someone use the WindowToolKit (sp?) to do this. Set a window created listener. Each new top level window created then fires your listener. You can then add each window to a hash map or something, and iterate over its component tree when needed. I'm not sure still if the OP means *programatically*, or if he's looking for an external tool like a debugger to do this, because I don't know his Xt program well (or at all, even).
Back to comp.lang.java.gui | Previous | Next — Previous in thread | Next in thread | Find similar
Java editres FredK <fred.l.kleinschmidt@gmail.com> - 2012-07-27 14:03 -0700
Re: Java editres markspace <-@.> - 2012-07-27 15:49 -0700
Re: Java editres "John B. Matthews" <nospam@nospam.invalid> - 2012-07-27 20:58 -0400
Re: Java editres markspace <-@.> - 2012-07-27 18:51 -0700
Re: Java editres markspace <-@.> - 2012-07-27 18:54 -0700
Re: Java editres Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2012-07-28 03:56 +0200
Re: Java editres "John B. Matthews" <nospam@nospam.invalid> - 2012-07-28 02:19 -0400
Re: Java editres Hans Castorp <REWYRLXHEGHO@spammotel.com> - 2012-07-28 08:51 +0200
Re: Java editres markspace <-@.> - 2012-07-28 00:33 -0700
Re: Java editres Hans Castorp <REWYRLXHEGHO@spammotel.com> - 2012-07-28 09:57 +0200
Re: Java editres markspace <-@.> - 2012-07-28 08:24 -0700
Re: Java editres FredK <fred.l.kleinschmidt@gmail.com> - 2012-07-30 07:42 -0700
Re: Java editres markspace <-@.> - 2012-07-30 12:11 -0700
csiph-web