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
Post a Comment