OSDN Git Service

2003-11-24 Michael Koch <konqueror@gmx.de>
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Nov 2003 16:55:43 +0000 (16:55 +0000)
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Nov 2003 16:55:43 +0000 (16:55 +0000)
commit8df44e59e1a37c7474c6a4d183af89fd97a23812
treed70267d3b33f99b838fd145cb60d6f230917039d
parente277897fc4161abc3a8815a116de5bb359057efb
2003-11-24  Michael Koch  <konqueror@gmx.de>

* javax/swing/BoxLayout.java
(serialVersionUIR): New member variable.
(X_AXIS, Y_AXIS): Documentation added.
(LINE_AXIS, PAGE_AXIS): New constants.
(grid): Renamed from gridbag.
(BoxLayout): Use new constants, throw exception if invalid value for
way, added documentation.
(BoxLayout): Removed.
(addLayoutComponent): Use new constants, added documentation.
(removeLayoutComponent): Likewise.
(addLayoutContainer): Added documentation.
(preferredLayoutSize): Added documentation, check given argument.
(minimumLayoutSize): Likewise.
(layoutContainer): Likewise.
(getLayoutAlignmentX): Likewise.
(getLayoutAlignmentY): Likewise.
(invalidateLayout): Likewise.
(maximumLayoutSize): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73878 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/javax/swing/BoxLayout.java