This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 210464 - JPanel getabsorb the component inside its own it
Summary: JPanel getabsorb the component inside its own it
Status: RESOLVED INCOMPLETE
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1.1
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-30 19:53 UTC by rider453
Modified: 2012-04-19 02:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
problematic (2.53 KB, application/x-rar-compressed)
2012-04-19 01:55 UTC, rider453
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rider453 2012-03-30 19:53:41 UTC

    
Comment 1 rider453 2012-03-30 19:58:42 UTC
 I was using neatbeans 7.1.1 and then i was  adding another component 
in the jpanel the rest of component added dissapeared. I mean the new modification  in the jpanel using borderslayout after and before, sometimes
that one happens.
Comment 2 rider453 2012-03-30 20:00:14 UTC
(In reply to comment #1)
>  I was using neatbeans 7.1.1 and then i was  adding another component 
> in the jpanel the rest of component added dissapeared. I mean the new
> modification  in the jpanel using borderslayout after and before, sometimes
> that one happens.

(In reply to comment #1)
>  I was using neatbeans 7.1.1 and then i was  adding another component 
> in the jpanel the rest of component added dissapeared. I mean the new
> modification  in the jpanel using borderslayout after and before, sometimes
> that one happens.

(In reply to comment #1)
>   Hello, neatbeans developers.I was using neatbeans 7.1.1 and then i was  adding another component 
> in the jpanel the rest of component added dissapeared. I mean the new
> modification  in the jpanel using borderslayout after and before, sometimes
> that one happens.
Comment 3 Jan Stola 2012-04-18 16:03:51 UTC
I am sorry, I am not able to reproduce this problem. Are you still able to reproduce it? If so, could you, please, provide more details? It would be ideal to attach the problematic form (both .java and .form files) saved in the last good state and describe _exact_ steps that lead to the mentioned problem. Thank you in advance.
Comment 4 rider453 2012-04-19 01:55:20 UTC
Created attachment 118473 [details]
problematic

the problem  is that when you used a borderlayout in a jpanel, and then you added a set to default size to all components added to the jpanel, by then the components dragged to the guibuilder are absorbed by the jpanel added to it
Comment 5 rider453 2012-04-19 02:04:51 UTC
Comment on attachment 118473 [details]
problematic

the problem  is that when you used a borderlayout in a jpanel, and then you added a set to default size to the jpanel, the components dragged it to the guibuilder. Are missing because of  set to default size. By then you should  close the jframe and discard changes just to try not to lose your work.