Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / GUI / January 2004

Tip: Looking for answers? Try searching our database.

Make a cloneable object

Thread view: 
Luca Parodi - 12 Jan 2004 20:33 GMT
I have a problem: how to use the clone() method to create a deep copy of a
JFrame object.
I need to "duplicate" a JFrame containing a TextField and then to add other
objects but only to the new window without adding them to the "original"
one.
Unfortunately JFrame doesn't support cloneability..

Thank you in advance                 Luca Parodi
MERIGON Olivier - 12 Jan 2004 23:23 GMT
> I have a problem: how to use the clone() method to create a deep copy of a
> JFrame object.
[quoted text clipped - 4 lines]
>
> Thank you in advance                 Luca Parodi

Hello,

I would suggest to create a new class that extends JFrame and implement
Cloneable, override clone() as you want  (maybe using Object.clone() or by
creating a new JFrame and doing things by your self). Then use your new
class instead of JFrame.

Olivier


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.