You need to log in before you can comment on or make changes to this bug.
I'm trying to build a simple Find Dialog; see endResult.png. After I add the two checkboxes (see beforeAdd.png) I add a JPanel to contain the radio buttons. Here are the steps I follow: 1. Click JPanel in the Palette list. 2. Click to drop the JPanel into place on the dialog. 3. After the JPanel has been dropped, move the mouse around a bit, but keep it inside the border shown for the new JPanel. 4. Right-click and select Properties to bring up the Properties dialog. 5. Click the ... button next to the border property to bring up the border selection dialog. 6. Click "Titled Border" so that the dialog will display the properties for a titled border. 7. Click next to Title and type in the title: Direction. 8. Click OK to close the border selection dialog. 9. Click Close to close the properties dialog. 10. Move the mouse back onto the dialog. The form editor doesn't draw it correctly - see broken.png for an example. It appears that the form editor is confused about that JPanel - if I select another component (for example the text field) the JPanel disappears because the form editor doesn't seem to realize that it should have a border. There are no exceptions shown in the IDE's message log file. I am using the Q build from 20050726. Important note: If I omit step #3 the problem doesn't seem to occur and I end up with the correct result (see notBroken.png). So if I have a very steady hand on the mouse I can get this to work: drop the JPanel and then without moving the mouse at all right-click the mouse in order to bring up the properties dialog box. Sometimes I'm steady enough, sometimes I'm not.... :-)
Created an attachment (id=23325) [details] sample output
Created an attachment (id=23326) [details] sample output
Created an attachment (id=23327) [details] sample output
Created an attachment (id=23328) [details] sample output
Fixed.
When will this fix be in a dev. build?
It is already there. All fixes go to trunk so appear in dev builds the next day.