Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #136

Re: repaint doesn't work

From "Marco" <marco@THRWHITE.remove-dii-this>
Subject Re: repaint doesn't work
Message-ID <1163929648.647476.308450@e3g2000cwe.googlegroups.com> (permalink)
Newsgroups comp.lang.java.gui
References <1163003667.139429.161900@h48g2000cwc.googlegroups.com>
Date 2011-04-27 15:25 +0000
Organization TDS.net

Show all headers | View raw


  To: comp.lang.java.gui
> Try my variant..

I tried it, and it works. Thank you, this is the better solution for
me, because the another of Daniel with InvokeLater works only with java
1.2 or higher. My error was to insert in a new thread the code for
Component and repaint, instead of another work that I need.


> Why are you supporting Java 1.1 at all?
>
> The only argument for supporting 1.1 was the MSVM,
> but that is obsolete and has security flaws that will
> *never* be fixed, and your end users would be better
> off (safer and more secure) to get the Sun Java plug-in.

Yes, and in fact my applet doesn't works properly with MSVM 1.1.4,
because I am not able to sign applet for it. Then with 1.1.4 the applet
works only as demo, as I cannot save or read data from HD, or open a
socket connection. But I can manage exceptions, and visualize an error
message with explanation of this to user,  while if I use only 1.2 or
higher methods, my frame is closed without explanations. Or, worse, the
frame remain opened with Label "Wait, please", but nothing happens
more.

I think that, unfortunately, most user of Internet still have only
1.1.4 MSVM.

---
 * 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 | NextPrevious in thread | Find similar


Thread

Re: repaint doesn't work "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:25 +0000
  Re: repaint doesn't work "Marco" <marco@THRWHITE.remove-dii-this> - 2011-04-27 15:25 +0000

csiph-web