commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] [bugs #11255] JComboBox fails on non-default ComboBoxModel


From: Robert Schuster
Subject: [commit-cp] [bugs #11255] JComboBox fails on non-default ComboBoxModel
Date: Sun, 19 Dec 2004 07:02:28 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.3) Gecko/20040930

This mail is an automated notification from the bugs tracker
 of the project: classpath.

/**************************************************************************/
[bugs #11255] Latest Modifications:

Changes by: 
                Robert Schuster <address@hidden>
'Date: 
                Sun 12/19/2004 at 11:46 (GMT)

------------------ Additional Follow-up Comments ----------------------------
The problem is solved in CVS. Bug will be closed when a mauve testcase is 
written.






/**************************************************************************/
[bugs #11255] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11255>
Project: classpath
Submitted by: 0
On: Wed 12/08/2004 at 12:44

Category:  classpath
Severity:  5 - Average
Resolution:  None
Privacy:  Public
Assigned to:  rschuster
Status:  In Process
Platform Version:  None


Summary:  JComboBox fails on non-default ComboBoxModel

Original Submission:  The bug appears here (JComboBox.java):

public int getItemCount() {
   return ((DefaultComboBoxModel) dataModel).getSize();
}

But there seems to be several instances of (DefaultComboBoxModel) dataModel) in 
the code.

My failing class is "extends AbstractListModel implements ComboBoxModel".  That 
works with Sun's javax.swing.


Follow-up Comments
------------------


-------------------------------------------------------
Date: Sun 12/19/2004 at 11:46       By: Robert Schuster <rschuster>
The problem is solved in CVS. Bug will be closed when a mauve testcase is 
written.

-------------------------------------------------------
Date: Sat 12/11/2004 at 18:50       By: Robert Schuster <rschuster>
Thanks for the bug report. I am on this and similar problematic cases.












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11255>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]