Keywords
UIST2.0 Archive - 20 years of UIST
Back
Back to keywords index

java

java

In Proceedings of UIST 1997
Article Picture

Transparent sharing of Java applets: a replicated approach (p. 55-64)

In Proceedings of UIST 1997
Article Picture

Supporting dynamic downloadable appearances in an extensible user interface toolkit (p. 159-168)

In Proceedings of UIST 1997
Article Picture

Debugging lenses: a new class of transparent tools for user interface debugging (p. 179-187)

In Proceedings of UIST 1998
Article Picture

Supporting worker independence in collaboration transparency (p. 133-142)

In Proceedings of UIST 1999
Article Picture

Synchronizing clipboards of multiple computers (p. 65-66)

Abstract plus

This paper describes a new technique for transferring data between computers, the synchronized clipboard. Multiple computers can share a synchronized clipboard for all clipboard operations, so that data copied to the clipboard from one computer, using the standard Copy command, can be pasted directly on another computer using the standard Paste command. Synchronized clipboards are well-suited for a single user moving data among several computers in close proximity. We describe an implementation of synchronized clipboards that works across a wide range of existing systems, including 3Com PalmPilots, Microsoft Windows PCs, Unix workstations, and other Java-capable platforms. Our implementation adds no noticeable overhead to local copy and paste operations.

java swing

In Proceedings of UIST 2006
Article Picture

SwingStates: adding state machines to the swing toolkit (p. 319-322)

Abstract plus

This article describes SwingStates, a library that adds state machines to the Java Swing user interface toolkit. Unlike traditional approaches, which use callbacks or listeners to define interaction, state machines provide a powerful control structure and localize all of the interaction code in one place. SwingStates takes advantage of Java's inner classes, providing programmers with a natural syntax and making it easier to follow and debug the resulting code. SwingStates tightly integrates state machines, the Java language and the Swing toolkit. It reduces the potential for an explosion of states by allowing multiple state machines to work together. We show how to use SwingStates to add new interaction techniques to existing Swing widgets, to program a powerful new Canvas widget and to control high-level dialogues.