hey.... plz tell me how to paste images in frames...

The easiest way is to create an ImageIcon from the image file and then add that to a JLabel in your frame. See the following Sun tutorial for examples of doing this:
http://java.sun.com/docs/books/tutorial/uiswing/misc/icon.html

If you mean pasting from the clipboard at runtime, you will need to do a bit more work. Here is a tutorial on using the clipboard for copying and pasting in Java:
http://www.javaworld.com/javaworld/javatips/jw-javatip61.html

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.