|
From: | cvs-commit at developer dot classpath dot org |
Subject: | [Bug swing/27222] JList incompadibilities |
Date: | 20 Apr 2006 09:21:21 -0000 |
------- Comment #2 from cvs-commit at developer dot classpath dot org 2006-04-20 09:21 ------- Subject: Bug 27222 CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Roman Kennke <address@hidden> 06/04/20 09:20:22 Modified files: javax/swing : JList.java . : ChangeLog Log message: 2006-04-20 Roman Kennke <address@hidden> PR 27222 * javax/swing/JList.java (JList()): Call init() with DefaultListModel instance. (JList(Object[])): Call init() with null. (JList(Vector)): Call init() with null. (JList(ListModel)): Call init() with model. (init): Changed to take the model as argument. Don't call setter methods and initialize stuff directly instead. (getCellBounds): Check if UI is null. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/javax/swing/JList.java.diff?tr1=1.48&tr2=1.49&r1=text&r2=text http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.7160&tr2=1.7161&r1=text&r2=text -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27222
[Prev in Thread] | Current Thread | [Next in Thread] |