The recent version 0.17 is not working for moinmoin, I get the following traceback if I try to start it by java -jar;
Which locale is supported?
$ java -jar AnyWikiDrawForMoinMoin.jar
Exception in thread "AWT-EventQueue-0" java.util.MissingResourceException: Can't find bundle for base name org.anywikidraw.any.Labels, locale de_DE
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1427)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:777)
at org.jhotdraw.util.ResourceBundleUtil.<init>(Unknown Source)
at org.jhotdraw.util.ResourceBundleUtil.getBundle(Unknown Source)
at org.jhotdraw.util.ResourceBundleUtil.getBundle(Unknown Source)
at org.anywikidraw.any.AbstractDrawingApplet.init(Unknown Source)
at org.anywikidraw.moinmoin.MoinMoinDrawingApplet$1.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
at java.awt.EventQueue.access$000(EventQueue.java:85)
at java.awt.EventQueue$1.run(EventQueue.java:603)
at java.awt.EventQueue$1.run(EventQueue.java:601)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)