NathanCheshire / Cyder

Multipurpose utility tool expressed using a custom JVM UI library built over Swing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text field improvements

NathanCheshire opened this issue · comments

Add the ability to set an ImageIcon as the left icon, right icon, and the option for hint text.

Show hint text on one of: always, with focus, without focus.

Let's just slap the icon there but we need to figure out some size to give it. Offsets will be the same as for hint text. Sizes could be height - 2 * padding.

Implemented.