[4556] in java-interest
Re: Netscape & String concat...
daemon@ATHENA.MIT.EDU (Arthur van Hoff)
Fri Jan 5 19:04:14 1996
Date: Fri, 5 Jan 1996 14:09:17 -0800
From: Arthur.Vanhoff@Eng.Sun.COM (Arthur van Hoff)
To: mdaly@BBN.COM
Cc: java-interest@java.Eng.Sun.COM
Hi Mike,
> Has anybody else noticed that Netscape's implementation
> of Strings seems to automatically call String.trim() whenever
> you try to String.concat(String) or String + String?
>
> It all looks fine under appletviewer, but Netscape just
> juts the texts right up against each other. Anybody else
> seen this?
Since strings are implemented in Java the appletviewer and Netscape
use the same code. It is unlikely that the concat method is different
in the Netscape Navigator. I guess it could be a problem with fonts?
Please write a small example applet and send me the URL.
Have fun,
Arthur van Hoff
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com