aspose file tools
The moose likes Java in General and the fly likes Copying Images to the System Clipboard (Java 1.1.x) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Copying Images to the System Clipboard (Java 1.1.x)" Watch "Copying Images to the System Clipboard (Java 1.1.x)" New topic
Author

Copying Images to the System Clipboard (Java 1.1.x)

Rohit Singh
Greenhorn

Joined: Dec 22, 2000
Posts: 4

With a signed applet running on IE or Netscape, I wish to copy a java.awt.Image object onto the clipboard in the form of a BMP(or GIF/JPEG), such that I may paste the copied image in another Windows Application such as MSPaint or Word.


JDK1.1.x supports the copying of "Strings" onto the System clipboard. Using a MIME type as "image/bmp", can I copy the image onto the clipboard such that other applications like Word understand and paste it?


Regards,

Rohit
Roseanne Zhang
Ranch Hand

Joined: Nov 14, 2000
Posts: 1953
I read several articles said the samething, failed on Java 1.1
Sorry.
If you target to Java 2, here is an excellent article for you:
http://www.javaconference.com/features/1999/08/ji199908ps_f/ji199908ps_f.asp
Roseanne
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Copying Images to the System Clipboard (Java 1.1.x)
 
Similar Threads
Pasting Images Problem
Copying Images to System Clipboard (in JDK1.1.x)
Capturing an image to system clipboard
problem while pasting images on to the java application from Mac Systemclipboard
Is there any way of getting an image from the system clipboard?