summaryrefslogtreecommitdiff
path: root/javax/swing/BoxLayout.java
diff options
context:
space:
mode:
authorDavid Gilbert <david.gilbert@object-refinery.com>2006-07-01 21:33:16 +0000
committerDavid Gilbert <david.gilbert@object-refinery.com>2006-07-01 21:33:16 +0000
commit6116fe2306c65520801cd6e1bd6a701267b1c378 (patch)
treeca3234a85f890cd32fbe238f124a44177ba991f8 /javax/swing/BoxLayout.java
parent4dc7b98ac0142f36ec3b2939c93a663c4e6784f1 (diff)
downloadclasspath-6116fe2306c65520801cd6e1bd6a701267b1c378.tar.gz
2006-07-01 David Gilbert <david.gilbert@object-refinery.com>
* javax/swing/AbstractCellEditor.java: Source code formatting, * javax/swing/AbstractSpinnerModel.java: Likewise, * javax/swing/Box.java: Likewise, * javax/swing/BoxLayout.java: Likewise, * javax/swing/DefaultListModel.java: Likewise, * javax/swing/GrayFilter.java: Likewise, * javax/swing/LookAndFeel.java: Likewise, * javax/swing/ProgressMonitor.java: Likewise, * javax/swing/ProgressMonitorInputStream.java: Likewise, * javax/swing/ScrollPaneLayout.java: Likewise, * javax/swing/SpringLayout.java: Likewise, * javax/swing/event/EventListenerList.java: Likewise, * javax/swing/event/MenuEvent.java: Likewise, * javax/swing/event/TreeExpansionListener.java: Likewise. ----------------------------------------------------------------------
Diffstat (limited to 'javax/swing/BoxLayout.java')
-rw-r--r--javax/swing/BoxLayout.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/javax/swing/BoxLayout.java b/javax/swing/BoxLayout.java
index 408dea934..a7f9dd61a 100644
--- a/javax/swing/BoxLayout.java
+++ b/javax/swing/BoxLayout.java
@@ -426,7 +426,7 @@ public class BoxLayout implements LayoutManager2, Serializable
Insets in = container.getInsets();
int width = container.getWidth() - in.left - in.right;
- int height = container.getHeight() - in.top -in.bottom;
+ int height = container.getHeight() - in.top - in.bottom;
if (isHorizontalIn(container))
{