I'm so American and monolingual it isn't even funny. :]

There is a line I've discovered in OpenJUMP's CursorTool code that I
know deals with Internationalization, but I'm not sure what it does. I
need to replicate this code as part of my refactoring, so I'd like to
understand what is is used for. I know that multi-language support is
an important part of OpenJUMP, and even though I haven't learned a
second language yet I want to make sure I maintain and improve
internationalization efforts in my work on OpenJUMP.

Here is the code fragment:

return Toolkit.getDefaultToolkit().createCustomCursor(image, hotSpot,
                        I18N.get("ui.GUIUtil.jump-workbench-custom-cursor"))

The original method in JUMP left out the third argument in the call to
createCustomCursor(). This argument is
"I18N.get("ui.GUIUtil.jump-workbench-custom-cursor)".

What does this method do, exactly?

Thanks for the help.

The Sunburned Surveyor

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to