diff --git a/src/share/classes/javax/swing/BorderFactory.java b/src/share/classes/javax/swing/BorderFactory.java index 8da7dd9579ae4201c9bd5eab2e42bd6d24d41cbb..19b392ac1986ca946b76ffcb32bc1e6760ec18d5 100644 --- a/src/share/classes/javax/swing/BorderFactory.java +++ b/src/share/classes/javax/swing/BorderFactory.java @@ -159,9 +159,6 @@ public class BorderFactory * Creates a beveled border of the specified type, using * the specified colors for the inner and outer highlight * and shadow areas. - *
- * Note: The shadow inner and outer colors are
- * switched for a lowered bevel border.
*
* @param type an integer specifying either
* BevelBorder.LOWERED or
diff --git a/src/share/classes/javax/swing/border/BevelBorder.java b/src/share/classes/javax/swing/border/BevelBorder.java
index 564d316c43bb0ae42e92a6618878bf0b83d3b2fe..bd041aece0c6fab5e0d17c1991c9971631a38d49 100644
--- a/src/share/classes/javax/swing/border/BevelBorder.java
+++ b/src/share/classes/javax/swing/border/BevelBorder.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997, 2007, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -26,7 +26,6 @@ package javax.swing.border;
import java.awt.Graphics;
import java.awt.Insets;
-import java.awt.Rectangle;
import java.awt.Color;
import java.awt.Component;
import java.beans.ConstructorProperties;
@@ -82,9 +81,6 @@ public class BevelBorder extends AbstractBorder
/**
* Creates a bevel border with the specified type, highlight and
* shadow colors.
- *
- * Note: The shadow inner and outer colors are - * switched for a lowered bevel border. * * @param bevelType the type of bevel for the border * @param highlightOuterColor the color to use for the bevel outer highlight