Need to migrate Existing large Java Swing application running on Linux to IOS(mobile platform) -


i have existing large java swing gui application , migrate ios(mobile app). java swing work sure robovm?

just compile bytecode on mac , run on ios, going simple , there going work involved in it?

will support 3rd party jars or there restriction in it?

are there other alternatives on opensource or otherwise simpler java swing gui application migration mac os?

i don't think swing going work robovm. if does, app store reject app because won't conform ui guidelines.

as far non-ui logic in app, robovm should handle given you're not making native calls.

i know of no swing mac ui converters. you're better off reskinning app.


Comments