Community
Participate
Working Groups
Build Identifier: Version: 3.7.1 Build id: M20110909-1335 If try to copy a JPanel with a titled border set , when i paste the Jpanel to another JFrame Window the title border is lost and i need to recreate it again . Aspected Result Any JPanel property should be copied including the title border and the name of the border ... Reproducible: Always Steps to Reproduce: 1.Create a JFrame Window with a JPanel inside with a Titled Border 2.Create another JFrame Window empty 3.Copy the JPanel from the first window to the second window (with context menu copy/paste)
Created attachment 210242 [details] Sample Project In the attachment a sample project when i 've done the step in the Steps to Reproduce section ... As you can see the border property of the panel is not copied and i got the default border in the Window2.
Done in trunk.
Fixed in latest build