-
Enhancement
-
Resolution: Unresolved
-
P4
-
7
-
None
-
Cause Known
-
generic
-
generic
Currently, Swing has a machinery to deal with GTK library in the following file (but not restricted by):
src/share/classes/com/sun/java/swing/plaf/gtk/*
src/solaris/native/sun/awt/gtk2_interface.*
src/solaris/native/sun/awt/swing_GTKEngine.c
AWT may pick those functionality to deal with GTK API in a particular way:
1) to read GTK properties to get closer to GNOME (mouse timings is one of them)
2) to invoke GTK functions supporting desktop integration with mail agent, browser, etc.
3) to simplify possible implementation of bundles splitting for Java kernel on unix.
src/share/classes/com/sun/java/swing/plaf/gtk/*
src/solaris/native/sun/awt/gtk2_interface.*
src/solaris/native/sun/awt/swing_GTKEngine.c
AWT may pick those functionality to deal with GTK API in a particular way:
1) to read GTK properties to get closer to GNOME (mouse timings is one of them)
2) to invoke GTK functions supporting desktop integration with mail agent, browser, etc.
3) to simplify possible implementation of bundles splitting for Java kernel on unix.
- relates to
-
JDK-6913179 The java.awt.FileDialog should use native GTK file chooser on linux distros
-
- Closed
-
-
JDK-5076635 Double click speed is not honored in KDE linux
-
- Closed
-