java - BufferedImage in IKVM -


what best and/or easiest way replace missing bufferedimage functionality java project converting .net ikvm?

i'm getting "cli.system.notimplementedexception: bufferedimage" exceptions when running application, otherwise runs fine.

the awt code in ikvm easy read , edit. i'd recommend methods using throw exception, , implement them. i've done several times before ikvm's awt implementation , found easy background/server related functions. less usable if app desktop app, however.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -