CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Roman Kennke <[EMAIL PROTECTED]> 06/05/15 18:59:18
Modified files: javax/swing/border: TitledBorder.java . : ChangeLog Log message: 2006-05-15 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/border/TitledBorder.java (layoutBorderWithTitle): Fetch border using getBorder() instead of using the border field directly. Allows for the use of an UI supplied border in the case when a null border was set. Fixed component orientation. (paintBorderWithTitle): Fetch border using getBorder() instead of using the border field directly. Allows for the use of an UI supplied border in the case when a null border was set. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/javax/swing/border/TitledBorder.java.diff?tr1=1.14&tr2=1.15&r1=text&r2=text http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.7429&tr2=1.7430&r1=text&r2=text