My Swing application UI consists of top, central & bottom frame.
Central frame is displaying data dynamically from database in table format (Initially it is displaying list of folders and these folders containing the files.)
Bottom frame consist of open & cancel button.
Ideally as per application requirement:-
Case 1 - If i select any folder and click on open button, then it should display the list of files that folder contains.
Case 2 - If I select any file and click on open button then that file should be open on Adobe illustrator.
I am developing this application for windows & MAC
Case 1 & 2 are working fine on windows but on MAC case 1 is failing.
I have to double click on selected folder to navigate inside.
Please let me know the reason and possible solution to resolve this issue.
Thanks in advance
Sharad
Central frame is displaying data dynamically from database in table format (Initially it is displaying list of folders and these folders containing the files.)
Bottom frame consist of open & cancel button.
Ideally as per application requirement:-
Case 1 - If i select any folder and click on open button, then it should display the list of files that folder contains.
Case 2 - If I select any file and click on open button then that file should be open on Adobe illustrator.
I am developing this application for windows & MAC
Case 1 & 2 are working fine on windows but on MAC case 1 is failing.
I have to double click on selected folder to navigate inside.
Please let me know the reason and possible solution to resolve this issue.
Thanks in advance
Sharad