Hi Thomas. [email protected]: > - children.addAll(Arrays.asList(middleMarkerProxies)); > + for(int i=0; i<middleMarkerProxies.length; i++){ > + children.add(middleMarkerProxies[i]); > + }
Did Collection.addAll() not work because CompositeGraphicsNode doesn’t implement all of the List interface methods properly, or some other reason? And did the addAll() calls for the animation event name sets also not work? -- Cameron McCormack ≝ http://mcc.id.au/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
