-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
1.1.5
-
sparc
-
solaris_2.5.1
Name: tb29552 Date: 05/13/98
When running on Sun machine and displaying on an NCD xterm
the following will just hang:
__
import java.awt.*;
public class DialogTest
{
public static void main( String[] args )
{
Frame f = new Frame();
Dialog d = new Dialog( f );
f.show();
d.show();
}
}
__
The NCD X server messages displays an error saying:
XSERVER-E-BADWINDOWSIZE, window dimensions 65526 65506 too large
(Review ID: 25785)
======================================================================
When running on Sun machine and displaying on an NCD xterm
the following will just hang:
__
import java.awt.*;
public class DialogTest
{
public static void main( String[] args )
{
Frame f = new Frame();
Dialog d = new Dialog( f );
f.show();
d.show();
}
}
__
The NCD X server messages displays an error saying:
XSERVER-E-BADWINDOWSIZE, window dimensions 65526 65506 too large
(Review ID: 25785)
======================================================================
- relates to
-
JDK-4068604 JDK problems when display set to NCD terminal, or other non-standard X server
-
- Closed
-