benjamin84 / fest

Automatically exported from code.google.com/p/fest
0 stars 0 forks source link

[fest-swing] Improve formatting of String representation of GUI Components #82

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The class ComponentPrinter effectively prints the String representation of
a Component, which the class of the component and its name. If the name is
missing, it falls back to the 'toString' implementation of the component.
Either way the printed String is not too helpful when debugging.

Original issue reported on code.google.com by Alex.Rui...@gmail.com on 22 Dec 2007 at 6:13

GoogleCodeExporter commented 9 years ago
Added support for JDK Swing components.

Original comment by wanghy1...@gmail.com on 26 Dec 2007 at 12:12

GoogleCodeExporter commented 9 years ago
Set the module as a label, instead of being part of the title.

Original comment by Alex.Rui...@gmail.com on 1 Dec 2008 at 1:44