-
Enhancement
-
Resolution: Fixed
-
P3
-
1.2.2, 1.3.0, 1.4.0
-
beta
-
generic, sparc
-
generic, solaris_7
-
Verified
The new native drawing support in the Kestrel (1.3) release
is a welcome addition and will likely see use in the market.
This feature works as advertised, however there is an
area of difficulty that the programmer has in coding
the native side of the component. The problem has to do with
management of allocation of various native resources. The
AWT implementation already has methods in its native implementation
to manage these resources, but access to those methods is not
available to one programming to the JAWT interface. This means,
then, that the programmer must separately manage allocation of
those same resources.
The project proposal is to extend the native JAWT structures to
have additional methods. The extension must be on a per platform
basis since both the specific resources to coordinate, and the
data types to use, are unique to each platform.
- duplicates
-
JDK-4289042 Poor results in using JAWT to draw images (Kestrel)
-
- Closed
-
-
JDK-4272672 Need ability to lock AWT monitor outwith drawing surfaces
-
- Closed
-
-
JDK-4290618 Native drawing JAWT interface improvements - Post-Kestrel
-
- Closed
-
- relates to
-
JDK-4347003 JAWT : Multi-screen specific locking
-
- Open
-
-
JDK-4347007 JAWT : Remove reliance on Win32GraphicsConfig, X11GraphicsConfig
-
- Open
-
-
JDK-4347021 JAWT : Multi-threading issues with changing state
-
- Open
-
(1 relates to)