CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Tania Bento <tbento> 06/12/06 18:29:27
Modified files: . : ChangeLog javax/swing/border: CompoundBorder.java Log message: 2006-12-06 Tania Bento <[EMAIL PROTECTED]> * javax/swing/border/CompoundBorder.java: (isBorderOpaque): If inside border is null, return true if outside border is opaque, false otherwise; if outside border is null, return true if inside border is opaque, false otherwise; if inside or outside border are both not null, then return true only if both the inside and outside border are opaque, false otherwise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8930&r2=1.8931 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/border/CompoundBorder.java?cvsroot=classpath&r1=1.13&r2=1.14