[Advanced-java] fileDialog question
Mark Yang
myang at pnicorp.com
Tue Aug 26 18:59:10 2003
Hi,
Anyone knows How I could make the "OK" and "cancel" button not
shown up on the fileDialog?
I did something like this:
fileDialog fd = new FileDialog();
then I have this fd added to my frame to have a file window that I
can choose file from but I don't need those 2 buttons, I have a
"transfer" button somewhere else in my frame which will do the stuff I
want to do with the file I selected.
I am really stuck here, any suggestions will be appreciated!!
Mark