]> source.dussan.org Git - tigervnc.git/commit
Major overhaul of java viewer.
authorBrian P. Hinz <bphinz@users.sf.net>
Sun, 7 Aug 2016 12:44:46 +0000 (08:44 -0400)
committerBrian P. Hinz <bphinz@users.sf.net>
Sun, 7 Aug 2016 12:44:46 +0000 (08:44 -0400)
commitda33c36638482d014996a3d99c90e2781304cebb
tree4553aaf6d38ad69f57f976bc8b8018658207c4f4
parent044e2b87da7121ef6cbd59e88b101d7d8e282896
Major overhaul of java viewer.

This is the first of several large commits intended to resolve a
number of problems and add new capabilities to the java viewer.
Among the most significant changes are a complete re-design of
the options dialog, which has been converted to a callback style
interface.  The look & feel of all dialogs are now similar to
the style of the native viewer now.  Also, the process by which
new viewers are spawned has changed and each viewer is a completely
separate process, allowing for runtime arguments to be handled
statically.
java/com/tigervnc/vncviewer/ExtProcess.java [new file with mode: 0644]
java/com/tigervnc/vncviewer/Parameters.java [new file with mode: 0644]