I'm writing a plugin for IntelliJ and need to allow the user to select a file. All the coding works fine but I can see in some other parts that they use a textbox with a right-aligned flat icon.
JTextField with flat icon

I was wondering if anyone knowns if there is a ready to use Swing / JX textbox or other component that can be used. I saw some posts about combining labels, borders etc but those were posted well over 5 years ago so hopefully there is something more out-of-the-box available