Part 1 was
the prototype. Here's the real thing, i.e., a more typical
implementation of a file conversion feature in the context of
NetBeans IDE. Instead of the dragging and dropping from the
outside, you can now simply right-click the file in your project
and then convert it to the type of your choosing. Below, you can
see I haven't included all the supported language bindings yet
(e.g., no GWT, though that's supported too), but the ones I am
interested in are there already:
I...