diff options
| author | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-19 05:35:37 +0000 |
|---|---|---|
| committer | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-19 05:35:37 +0000 |
| commit | 57a074aafe5ea1c4ee1801ae5a521a305e6614da (patch) | |
| tree | f3d2f890b33c9d970edd8abac1ee84335f5e6193 /libjava/ChangeLog | |
| parent | 325afbb974522b2dd9b5cb7dbd3affacca0a063d (diff) | |
| download | ppe42-gcc-57a074aafe5ea1c4ee1801ae5a521a305e6614da.tar.gz ppe42-gcc-57a074aafe5ea1c4ee1801ae5a521a305e6614da.zip | |
2005-04-19 Roman Kennke <roman@kennke.org>
* javax/swing/BoxLayout.java:
(layoutContainer): Made this layout manager respect the
minimum, maximum and preferred size more correctly.
2005-04-19 Roman Kennke <roman@ontographics.com>
* 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
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index cdc54990b5c..032497df21a 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,5 +1,19 @@ 2005-04-19 Roman Kennke <roman@kennke.org> + * javax/swing/BoxLayout.java: + (layoutContainer): Made this layout manager respect the + minimum, maximum and preferred size more correctly. + +2005-04-19 Roman Kennke <roman@ontographics.com> + + * 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 <roman@kennke.org> + * javax/swing/JComponent.java: Modified alignmentX and alignmentY to be 0.5 instead of 0.0. Untabified the file. |

