• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

drag & drop issue on Mac

 
Ranch Hand
Posts: 510
Google Web Toolkit Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all;

i wrote a transferhandler to drag files from the OS desktop to a JTable in my java application. the code works fine on windows platform but can't have it working for Mac OS

below is the source code of my transfer handler...it seems the problem for Mac OS resides in the line :




this condition seems to fail always for mac as i never get the debug text when i run on mac but the code runs well on win xp.
can someone point me what's the problem.
thanks.

the code :
 
reply
    Bookmark Topic Watch Topic
  • New Topic