Hi,
> I have edited your code. It is working fine, except for few changes.
Thanks. However, my original email was essentially a bug report, not a
request for help with my code. I didn't actually say "bug report" because
so many bug reports end up just being problems with people's code.
[EMAIL PROTECTED] writes:
[Setting a JFrame invisible and then visible iconifies it]
Happens on RedHat 6.2 and RedHat 7.1 with with Sun's jdk-1_2_2_008.
Norman Shapiro
798 Barron Avenue
Palo Alto CA 94306-3109
(650) 565-8215
[EMAIL PROTECTED]
-
This one didn't get through
On Tue, 2001-09-25 at 05:31, [EMAIL PROTECTED] wrote:
> I've just reported this at the JDC. It seems to be specific to Linux,
> and affects both the Blackdown and Sun versions of 1.3.1.
>
> Ron
>
Hmmm
It works for me on Linux & Win2000
Debian with Sawfish
Black
On Tue, 2001-09-25 at 05:31, [EMAIL PROTECTED] wrote:> I've just reported this at the JDC. It seems to be specific to Linux,
> and affects both the Blackdown and Sun versions of 1.3.1.
>
> RonOne more thing.
I did see the behavior that you are reporting with KDE.
--
Jesse Stockall | Te
Hi Dustin Lang,
I have edited your code. It is working fine,
except for few changes.
The sender to the same port you are listening to
else you will get a time out error.
Instead of socket.getLocalAddress().getHostAddress()
use InetAddress. getLocalhost(). The former gives 0.0.0.0.
I've just reported this at the JDC. It seems to be specific to Linux,
and affects both the Blackdown and Sun versions of 1.3.1.
Ron
...
java version "1.3.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)
Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)
Compile and