Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #776
| From | "Thomas Fritsch" <thomas.fritsch@THRWHITE.remove-dii-this> |
|---|---|
| Subject | Re: ConsoleWindow excepti |
| Message-ID | <newscache$k4zbcj$4tg$1@news.ops.de> (permalink) |
| Newsgroups | comp.lang.java.gui |
| References | <1169566885.025729.27330@v45g2000cwv.googlegroups.com> |
| Date | 2011-04-27 15:29 +0000 |
| Organization | TDS.net |
To: comp.lang.java.gui Daisy wrote: > My applet is getting the following exception. I can't find any > documentation on the error. Does anyone have experience with this > error? No JTextArea objects are used when this exception is thrown. > > Exception in thread "AWT-EventQueue-1" > java.lang.IllegalArgumentException: Invalid remove > at javax.swing.JTextArea.replaceRange(Unknown Source) > at com.sun.deploy.util.ConsoleWindow$24.run(Unknown Source) > at java.awt.event.InvocationEvent.dispatch(Unknown Source) > at java.awt.EventQueue.dispatchEvent(Unknown Source) > at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) > at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) > at java.awt.EventDispatchThread.pumpEvents(Unknown Source) > at java.awt.EventDispatchThread.pumpEvents(Unknown Source) > at java.awt.EventDispatchThread.run(Unknown Source) > > Thanks > > Jeff > Class "com.sun.deploy.util.ConsoleWindow" is part of Sun's JRE (in file "lib/deploy.jar"). I guess it is part of the browser's "Java console". You might search the bug database <http://bugs.sun.com/bugdatabase> to see if this bug is already known, and/or report it as a new bug-report. -- Thomas --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
Back to comp.lang.java.gui | Previous | Next — Previous in thread | Find similar
ConsoleWindow exception? "Daisy" <daisy@THRWHITE.remove-dii-this> - 2011-04-27 15:29 +0000 Re: ConsoleWindow excepti "Knute Johnson" <knute.johnson@THRWHITE.remove-dii-this> - 2011-04-27 15:29 +0000 Re: ConsoleWindow excepti "Thomas Fritsch" <thomas.fritsch@THRWHITE.remove-dii-this> - 2011-04-27 15:29 +0000
csiph-web