Privacy and Security Notice

Archived Messages for NCD_USERS_1997@cebaf.gov: NCD-USERS: Explora's and JDK 1.1.1 and AWT

NCD-USERS: Explora's and JDK 1.1.1 and AWT

Elizabeth Schwartz (betsys@cs.umb.edu)
Mon, 04 Aug 1997 12:46:11 -0400 (EDT)

Our users are complaining that Java programs using the AWT and compiled
with JDK 1.1.1 through 1.1.3 are crashing on our Explora's.

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.