Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #5218
| From | FredK <fred.l.kleinschmidt@gmail.com> |
|---|---|
| Newsgroups | comp.lang.java.gui |
| Subject | Re: Java editres |
| Date | 2012-07-30 07:42 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <94affb9b-d4b7-44f0-98d2-85bc737d2f1e@googlegroups.com> (permalink) |
| References | <e79f4e37-8c43-43f8-b5e7-c2535ebc3020@googlegroups.com> <a7hgg2Frj2U1@mid.individual.net> <jv04jg$9k4$1@dont-email.me> <a7hka9FnkkU1@mid.individual.net> <jv1075$nmb$1@dont-email.me> |
On Saturday, July 28, 2012 8:24:20 AM UTC-7, markspace wrote: > On 7/28/2012 12:57 AM, Hans Castorp wrote: > > http://netbeans.org/kb/docs/java/debug-visual.html > Ah, under the Debug menu. I was looking under Windows->Debug, thinking perhaps I needed to open some sort of inspector. Thanks for pointing that out! One thing I use it for is to examine the widget hierarchy. Editres presents a tree of the widgets in your application; you can then click on an item in the tree and editres will place a flashing box over the widget in the app for several seconds. Quite useful for debugging errors in placing, sizing, or organizing the widgets on the screen. You can also do the inverse - click on a component in your application and the corresponding item in the editres tree gets highlighted. You can also edit resources - select a specific component, then you can alter the colors (fg, bg, hilights, etc), font, font size, alignments, margins, or any other specifiable resource, while executing the program. A great help in choosing what default values to use to make a better visual experience for your users.
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