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

on Solaris/X11, the max win size is defined by an unsigned 16 bit int (64K)

XMLWordPrintable

    • sparc
    • solaris_2.4

      Unfortunately, X11 defines size properties in a CARD16 (unsigned 16 bit )
      and position properties in an INT16 (signed 16 bit), which means that
      the size of windows is limited to 64Kx64K, but the positioning is limited
      to 32kx32k!! (the upper left quadrant of window!).

      Where this becomes an issue is for very large canvases (that would probably
      be children of ScrollPane) since AWT defines components sizes in terms of
      ints.

      In particular, Hotjava is running into this with very large web pages.

            amfowler Anne Fowler (Inactive)
            amfowler Anne Fowler (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: