I've found this example of how to make a JTextField rounded in the corners and now I wonder if someone could help me to add an border that is also rounded? The code for the rounded textfield looks like this:
How is it possible to do a border on this JTextField that is rounded as well? Thanks in advance! // Andreas