The other NCD xterminals don't have the problem, and we didn't have it with
JDK 1.1.0. The host system is a Sun SS10 running Solaris 2.5 . We're also
not having the problem when displaying on Sun consoles or PC's running
Exceed (not sure about PC's running PC XWare)
Has anyone else experienced this and is there a fix?
thanks Betsy
PS code fragment that demonstrates the problem:
> import java.awt.*;
>
> public class Tst extends Frame {
> public static void main (String args[]) {
> new Tst();
> }
>
> Tst() {
> super ("Test Frame");
> setBounds (10, 10, 100, 100);
> setBackground (Color.black);
> setVisible (true);
> }
> }
>
--------------<< "ncd-users@ncd.com" FOOTER MESSAGE >>-------------------
To Unsubscribe: Email ncd-majordomo@ncd.com with "unsubscribe ncd-users".
Anonymous FTP Site: ftp.ncd.com - unsupported host binaries, tech notes, etc.
WWW Site: http://www.ncd.com/ - product,service & company info
Archive of List: Use "index" and "get" commands to ncd-majordomo@ncd.com
NCD reserves the right to restrict access to this list.