java.lang.IllegalArgumentException: adding a window to a container
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Coderanch by Igor Mechnikov, 1 year ago
via Oracle Community by 843805, 1 year ago
via Netbeans Bugzilla by gtzabari, 1 year ago
via Oracle Community by 807592, 1 year ago
via daniweb.com by Unknown author, 2 years ago
via Oracle Community by 843798, 1 year ago
java.lang.IllegalArgumentException: adding a window to a container
at java.awt.Container.addImpl(Container.java:1061)
at java.awt.Container.add(Container.java:377)
at JFrameInAContainerTest.main(JFrameInAContainerTest.java:11)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at edu.rice.cs.drjava.model.compiler.JavacCompiler.runCommand(JavacCompiler.java:271)