aspose file tools
The moose likes Swing / AWT / SWT and the fly likes save.open not working the same as copy/paste Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "save.open not working the same as copy/paste" Watch "save.open not working the same as copy/paste" New topic
Author

save.open not working the same as copy/paste

Randall Twede
Ranch Hand

Joined: Oct 21, 2000
Posts: 4095
    
    1
in my Paint program if you open an image file, draw something on top, then save, the part you drew gets saved also. but when i copy and paste the same image with the same thing drawn on it only the original image gets pasted. not the stuff drawn on it. i don't get it.


SCJP
Tony Docherty
Bartender

Joined: Aug 07, 2007
Posts: 1176
    
    3

Have you opened the saved image in a different graphics program to ensure the edits are really being saved.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: save.open not working the same as copy/paste
 
Similar Threads
Create an Action
problem with JScrollPane
Java Linked List
Social media integration
how to create an image through bufferedimage,image and other helper class using byte array