I have exported a sketch to a Window application and I am getting a "javaw.exe" error when I double click the application icon. I am new to Processing. Does this mean I don't have Java installed on my Windows 7 computer?
I have an svg document I am working on in Inkscape in which I have several objects that each consist of several other objects. I used the combine feature in Inkscape to combine the objects and given each one a name. I want to bring this svg file into a Processing sketch. If I were to use the getChild method would I be able to get and manipulate each of the combined objects or would I only be able to get only the individual and separate elements?
I'm new to Processing. Can the fill color of svg objects be controlled? In other words if I bring in an svg file into a sketch where the object/s in the svg life are black can I change the colour of to something else?