java - How and where to set the property "AWT.DnD.flavorMapFileURL" for custom mime types -


when jvm starts prepares map of native mime type vs. java data flavors. mapping present in jdk/jre/lib/flavormap.properties.

according comments in file, 1 can augment mapping specifying awt.dnd.flavormapfileurl property in appropriate awt.properties file.

i struggled bit work no success. want know can locate awt.properties , format set property awt.dnd.flavormapfileurl.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

javascript - Knockout pushing observable and computed data to an observable array -

c# - Update a combobox from a presenter (MVP) -