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 61239 - Can't add components from palette to designed form
Summary: Can't add components from palette to designed form
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Palette (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-21 15:22 UTC by Marian Mirilovic
Modified: 2008-12-22 23:49 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2005-07-21 15:22:21 UTC
NB.dev(build form sources 20050721-1500), JDK 6.0(b43)

Steps to reproduce:
- run IDE
- create new JFrame
- select JButton in palette and select the desinged JFrame
-> component should be added to JFrame, but it isn't
Comment 1 Stanislav Aubrecht 2005-07-21 15:29:04 UTC
fixed

cvs commit -m "Fixed some selection related problems"
src\org\netbeans\modules\palette\DefaultModel.java
src\org\netbeans\modules\palette\ui\PalettePanel.java (in directory
D:\projects\nb.new\core\palette\)
Checking in src/org/netbeans/modules/palette/DefaultModel.java;
/cvs/core/palette/src/org/netbeans/modules/palette/DefaultModel.java,v  <-- 
DefaultModel.java
new revision: 1.4; previous revision: 1.3
done
Checking in src/org/netbeans/modules/palette/ui/PalettePanel.java;
/cvs/core/palette/src/org/netbeans/modules/palette/ui/PalettePanel.java,v  <-- 
PalettePanel.java
new revision: 1.4; previous revision: 1.3
done
Comment 2 Marian Mirilovic 2005-07-25 09:55:15 UTC
verified in NB.dev(200507241800)