Swingspector icon indicating copy to clipboard operation
Swingspector copied to clipboard

Prettyprint constraints

Open ohle opened this issue 1 month ago • 0 comments

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.

ohle avatar Nov 24 '25 09:11 ohle