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 63527 - Add friend module dialog is different than in UI specs
Summary: Add friend module dialog is different than in UI specs
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-09-01 14:43 UTC by pzajac
Modified: 2005-11-02 22:23 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 pzajac 2005-09-01 14:43:24 UTC
UI specs phase-II say:
Friend Module is an editable combo box. Its initial values are a sorted list of
code name bases of all modules in the same suite (for a suite component module;
or all other modules, for a netbeans.org module; no entries for a standalone
module). In particular, binary modules from the platform are not to be listed
(though the user is not prevented from entering one manually). There is no
initial selection.

There is currently only JTextField.
Comment 1 Martin Krauskopf 2005-09-12 22:39:30 UTC
Yes, another news in the UI spec. Hopefully will be done for 5.0
Comment 2 Martin Krauskopf 2005-10-19 19:00:01 UTC
Fixed.

Checking in test/project/ui/customizer/SingleModulePropertiesTest.java; 1.21 -->
1.22
Checking in ui/customizer/AddFriendPanel.form; 1.1
Checking in ui/customizer/AddFriendPanel.java; 1.1
Checking in ui/customizer/Bundle.properties; 1.55 --> 1.56
Checking in ui/customizer/CustomizerVersioning.java; 1.27 --> 1.28
Checking in ui/customizer/SingleModuleProperties.java; 1.33 --> 1.34
Comment 3 pzajac 2005-10-21 10:11:32 UTC
verified
Comment 4 Rochelle Raccah 2005-11-02 00:36:37 UTC
This looks good but there are some strange redraw problems when the dialog first
comes up (red text in a small window the first time, resizing window subsequent
times).  I'm using solaris 9/gnome.
Comment 5 Jesse Glick 2005-11-02 02:17:38 UTC
Rochelle - if you see repaint problems pls. file separately w/ screenshot.
Comment 6 Rochelle Raccah 2005-11-02 22:23:46 UTC
Done.  Filed issue 68006.