Is is possible it to use java.awt and the setAttributeElementNS method
together? eg. i have a color returned from an instance of a JColorChooser
that i want to add to the setAttributeNS(null, "fill" someColor);

tried something like

myColor = JColorChooser.showDialog(this, "Choose Colour", myColor);

someElement.setAttributeNS(null, "fill" myColor.toString());

to no avail.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to