Comment #5 on issue 112 by heuermh: OSX: "Error: custom stroke not implemented" http://code.google.com/p/piccolo2d/issues/detail?id=112
If we can come up with a profound solution that works on all platforms, I'm all for it. If we have to do OS & java version checks (if jdk 1.6+ is not a problem on Mac OSX, for instance) then it'd be best to do them robustly with consideration to SecurityExceptions as in commons-lang. Then, since PNode is already too big of a class, I would want to add the static checks to PUtil, even if that means adding to the API. Or we might add our own SystemUtils or similarly named class package-private to edu.umd.cs.piccolo. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en -~----------~----~----~----~------~----~------~--~---
