]> gcc.gnu.org Git - gcc.git/commit
2003-11-24 Michael Koch <konqueror@gmx.de>
authorMichael Koch <konqueror@gmx.de>
Mon, 24 Nov 2003 16:55:43 +0000 (16:55 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Mon, 24 Nov 2003 16:55:43 +0000 (16:55 +0000)
commit3f047028365e08c688ac65a7461c8ace4186591b
treed70267d3b33f99b838fd145cb60d6f230917039d
parent7677e9e06291274cb77681e899df0246e02f9f20
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.

From-SVN: r73878
libjava/ChangeLog
libjava/javax/swing/BoxLayout.java
This page took 0.061308 seconds and 5 git commands to generate.