CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Roman Kennke <[EMAIL PROTECTED]> 05/07/12 15:06:59
Modified files: . : ChangeLog javax/swing/plaf/basic: BasicInternalFrameTitlePane.java Log message: 2005-07-12 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicInternalFrameTitlePane.java (TitlePaneLayout.layoutContainer): Do not change any state of the components here (visible/enableActions). This is not the purpose of a layout manager and can lead to loops. Also correct the layout to be closer to the layout of the reference implementation. (TitlePaneLayout.preferredLayoutSize): Return (Integer.MAX_VALUE, 17) here. That is how high the title pane should be. (PaneButton): Don't set the border to null. (createButtons): The buttons are opaque. (createButtonIcons): Don't create icons in the Basic L&F. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4073&tr2=1.4074&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicInternalFrameTitlePane.java.diff?tr1=1.9&tr2=1.10&r1=text&r2=text _______________________________________________ Commit-classpath mailing list Commit-classpath@gnu.org http://lists.gnu.org/mailman/listinfo/commit-classpath