i want to change syntheticaBlueMoon to syntheticaOrangeMetallic from javasoft.
i did copy the syntheticaOrangeMetallic.jar to build/lib/dist , and import it in /spark/src/java/org/jivesoftware/Spark.java with " de.javasoft.plaf.synthetica.SyntheticaOrangeMetallicLookAndFeel". but after i built ant and startup it. the look and feel return error and use winxp look and feel instead.
how to solve this problem?
if cannot , how can i change look and feel from blueMoon to OrangeMetallic (or another look and feel)??
Thanks.
here is the error message when start spark
software.launcher.Startup
…
…
java.text.ParseException: Error parsing: org.xml.sax.SAXException: ID toolBarHan
dle has not been defined null
at javax.swing.plaf.synth.SynthParser.parse(Unknown Source)
at javax.swing.plaf.synth.SynthLookAndFeel.load(Unknown Source)
at de.javasoft.plaf.synthetica.SyntheticaLookAndFeel.(SyntheticaLo
okAndFeel.java:103)
at de.javasoft.plaf.synthetica.SyntheticaOrangeMetallicLookAndFeel.<init
(SyntheticaOrangeMetallicLookAndFeel.java:31)
at org.jivesoftware.Spark.startup(Spark.java:122)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jivesoftware.launcher.Startup.start(Startup.java:83)
at org.jivesoftware.launcher.Startup.main(Startup.java:33)