]> source.dussan.org Git - tigervnc.git/commit
A set of changes from HorizonLive/Wimba:
authorwimba.com <wimba.com@3789f03b-4d11-0410-bbf8-ca57d06f2519>
Thu, 16 Sep 2004 00:00:00 +0000 (00:00 +0000)
committerwimba.com <wimba.com@3789f03b-4d11-0410-bbf8-ca57d06f2519>
Thu, 16 Sep 2004 00:00:00 +0000 (00:00 +0000)
commitc23aeb0fede14fa779be02e15aa6d322998b0e75
treea5daa2808c3f5a1735577d86503cd45a6eacb696
parent72e47efb3726b12ca97c188cdd4659472aac9c74
A set of changes from HorizonLive/Wimba:
- package name set to com.HorizonLive.RfbPlayer;
- reducing the screen size by 30 pixels in each direction;
- interface to control RfbPlayer from other applets (RfbSharedStatic);
- applets to control RfbPlayer (PARfbSender, RfbPlayerSetDisplaySize);
- new jumpTo(long pos) method of RfbPlayer that can be called via PARfbSender.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2530 3789f03b-4d11-0410-bbf8-ca57d06f2519
java/src/com/tightvnc/rfbplayer/ButtonPanel.java
java/src/com/tightvnc/rfbplayer/FbsInputStream.java
java/src/com/tightvnc/rfbplayer/PARfbSender.java [new file with mode: 0644]
java/src/com/tightvnc/rfbplayer/RfbPlayer.java
java/src/com/tightvnc/rfbplayer/RfbPlayerSetDisplaySize.java [new file with mode: 0644]
java/src/com/tightvnc/rfbplayer/RfbProto.java
java/src/com/tightvnc/rfbplayer/RfbSharedStatic.java [new file with mode: 0644]
java/src/com/tightvnc/rfbplayer/VncCanvas.java