From 57a074aafe5ea1c4ee1801ae5a521a305e6614da Mon Sep 17 00:00:00 2001 From: mkoch Date: Tue, 19 Apr 2005 05:35:37 +0000 Subject: 2005-04-19 Roman Kennke * javax/swing/BoxLayout.java: (layoutContainer): Made this layout manager respect the minimum, maximum and preferred size more correctly. 2005-04-19 Roman Kennke * javax/swing/BoxLayout.java: (preferredLayoutSize,minimumLayoutSize,maximumLayoutSize, layoutContainer): Make these methods and thereby the BoxLayout respect the insets (like borders) of the component that is laid out. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98378 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'libjava/ChangeLog') diff --git a/libjava/ChangeLog b/libjava/ChangeLog index cdc54990b5c..032497df21a 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,17 @@ +2005-04-19 Roman Kennke + + * javax/swing/BoxLayout.java: + (layoutContainer): Made this layout manager respect the + minimum, maximum and preferred size more correctly. + +2005-04-19 Roman Kennke + + * javax/swing/BoxLayout.java: + (preferredLayoutSize,minimumLayoutSize,maximumLayoutSize, + layoutContainer): Make these methods and thereby the + BoxLayout respect the insets (like borders) of the + component that is laid out. + 2005-04-19 Roman Kennke * javax/swing/JComponent.java: -- cgit v1.2.3