Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4137883

java.awt.Dialog won't display on NCD xterm

XMLWordPrintable

    • 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)
      ======================================================================

            Unassigned Unassigned
            tbell Tim Bell
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: