I'm trying to read the mathML clipboard content from the windows Math Input Panel, but when I check getAvailableFlavors from the FlavorEvent from a FlavorListner on the results of getSystemClipboard, the list of flavors is empty.
Does this mean that there's no hope, or is there a way for me to add a new Flavor that will allow me to access the MathML content?
I'd rather stay in Java if I can, although clear C# code would be helpful if that's the only way to do it.