Problem: I have a button, that opens JFileChooser. Near to button I want to show the path to the selected file or folder. If I just put it in JLabel/JTextfield and text out of borders, it wrap path from the right side (like C:/My Documents/..., but I want (I think it gives more information) to wrap (cut?) it from the left side (for example, .../My photos/me.jpg.
Does there exist an easy way to do it?
