December 1999
Intermediate to advanced
704 pages
15h 54m
English
The next step toward a total understanding of the clipboard is to use the system clipboard. The second program does just that and communicates with programs that are independent of the Java program itself.
The first use of the program can be seen in Figure 11.3 where text that was typed into a TextField object was copied into the system clipboard. This text was then copied into Notepad with a paste operation.

Listing 11.3 is the program source code. One thing to note, though, is ...
Read now
Unlock full access