clone « Component « Java Swing Q&A





1. Cloning a Swing component    stackoverflow.com

I'm implementing a copy/paste example and when I set the clipboard like: clipboard.setContents(new MyTransferable(image_label), null); I want that image_label (is a JLabel) is a clone of the copied label How can I do that? ...

2. cloning swing components    coderanch.com

3. How to clone swing components    forums.oracle.com

1. I think I only did shallow cloning. so maybe this exception occured. but how do i solve this? 2. Now, what I do in IV is reflected in FULLSCREEN but i have to move the IV frame on top of the FULLSCREEN to repaint the FULLSCREEN. plus, I cannot click on the FULLSCREEN. if you can help me, please do.. ...