|
Quick Lists
|
|
Bug ID:
|
4006017
|
|
Votes
|
0
|
|
Synopsis
|
on Solaris/X11, the max win size is defined by an unsigned 16 bit int (64K)
|
|
Category
|
java:classes_awt
|
|
Reported Against
|
1.0.2
|
|
Release Fixed
|
|
|
State
|
11-Closed, duplicate of 4005977,
bug
|
|
Priority:
|
2-High
|
|
Related Bugs
|
4005977
,
4046446
|
|
Submit Date
|
25-SEP-1996
|
|
Description
|
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.
|
|
Work Around
|
N/A
|
|
Evaluation
|
N/A
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |