mickleness / pumpernickel

This Java project includes classes related to desktop applications, Swing, performance, image processing, data structures, and other misc topics.
https://mickleness.github.io/pumpernickel/
MIT License
66 stars 12 forks source link

Inspector: add vertical alignment for left-aligned text components #53

Open mickleness opened 4 years ago

mickleness commented 4 years ago

Issue #43 focused on nudging elements to the right so everything in the leftmost column would be right-aligned.

This issue focuses on nudging elements to the left so everything in the rightmost column can be left-aligned.

We might try aligning either by the border where a (non-focused) component is first rendered, or by text placement (see screenshot for ex):

image