Ulf Dittmer wrote:This doesn't sound like something where there should be any differences between the various OSes.
At which point does it break down - Is the path returned from the JFileChooser correct? Is the code to set the text in the JTextField being called? Seeing a short code excerpt that performs these steps would be helpful.
Hi,
Thanks for considerations. Actually when user select file from JFileChooser Dialog it's not reflecting to the textfield. Means I think file selection is not affected. What I am doing is when user selects file from filechooser then I take absolute path of that file and will be displayed in the textfield. But on Mac it's not selecting file in that.