Changes between Version 1 and Version 2 of Clients/Java
- Timestamp:
- 02/19/14 04:22:22 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Clients/Java
v1 v2 1 1 {{{#!div class="box" 2 = Java Client =2 = [[Image(http://xpra.org/icons/java.png)]] Java Client = 3 3 4 4 The (unsupported) Java client has backends for: 5 * AWT 6 * Swing 7 * GTK-Java 8 In all cases, only "jpeg" and "png" encodings are supported at present. 5 * AWT: [/browser/xpra/trunk/java/src/xpra/awt xpra.awt] 6 * Swing: [/browser/xpra/trunk/java/src/xpra/swing xpra.swing] 7 * GTK-Java ([http://java-gnome.sourceforge.net/ 'java-gnome']): [/browser/xpra/trunk/java/src/xpra/gtk xpra.gtk] 8 9 In all cases, only "{{{jpeg}}}" and "{{{png}}}" encodings are supported at present. 9 10 10 11 The core code is also used by the [/wiki/Clients/Android Android client] 11 12 }}} 13 14 15 {{{#!div class="box" 16 == Future Work == 17 18 * detect lost connection better 19 * handle mouse wheel 20 * fix window decoration offsets 21 * re-draw problems? 22 23 24 ---- 25 AWT client: 26 * key mapping 27 28 [[BR]] 29 GTK-java client: 30 * keymapping? 31 * refresh / expose bugs? 32 33 }}}