Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Blog Comments

  1. Mr.777's Avatar
    permalink
    Quote Originally Posted by vidya426
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at de.javasoft.plaf.synthetica.SyntheticaLookAndFeel. updateWindowShape(SyntheticaLookAndFeel.java:2429)
    at de.javasoft.plaf.synthetica.SyntheticaLookAndFeel. updateAllWindowShapes(SyntheticaLookAndFeel.java:2 447)
    at de.javasoft.plaf.synthetica.SyntheticaLookAndFeel. access$3(SyntheticaLookAndFeel.java:2439)
    at de.javasoft.plaf.synthetica.SyntheticaLookAndFeel$ 4.propertyChange(SyntheticaLookAndFeel.java:702)
    at java.beans.PropertyChangeSupport.fire(PropertyChan geSupport.java:335)
    at java.beans.PropertyChangeSupport.firePropertyChang e(PropertyChangeSupport.java:327)
    at javax.swing.event.SwingPropertyChangeSupport.fireP ropertyChange(SwingPropertyChangeSupport.java:92)
    at java.beans.PropertyChangeSupport.firePropertyChang e(PropertyChangeSupport.java:263)
    at javax.swing.UIManager.setLookAndFeel(UIManager.jav a:541)
    at editor.<init>(editor.java:24)
    at editor.main(editor.java:49)
    Caused by: java.awt.IllegalComponentStateException: The frame is decorated
    at java.awt.Frame.setShape(Frame.java:973)
    ... 15 more


    these are the exceptions that im getting
    please help!!!!
    I have dwnloaded the latest version and configured the jar files properly...still the look and feel isnt working
    please help !!!
    This is not the complete Exception Trace... Kindly name the jars you have added with your java version and specs etc.... Also, paste the full Trace here.
  2. Mr.777's Avatar
    permalink
    You are welcome JavaPF. And if anyone has any problem with implementing this solution, kindly comment here or leave a PM to me.

    Thanks
  3. JavaPF's Avatar
    permalink
    Thanks for clearing this up.