Swingspector
Swingspector copied to clipboard
Prettyprint constraints
In the component view, we print the constraints that were used to add a component using the constraint's toString().
In a some cases, like GridBagConstraints, the toString() is not overridden and therefore not useful. We should add prettyprinters for common constraint classes.