summaryrefslogtreecommitdiff
path: root/javax/swing/border/BevelBorder.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/swing/border/BevelBorder.java')
-rw-r--r--javax/swing/border/BevelBorder.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/javax/swing/border/BevelBorder.java b/javax/swing/border/BevelBorder.java
index dd5a52b01..fcdc1c646 100644
--- a/javax/swing/border/BevelBorder.java
+++ b/javax/swing/border/BevelBorder.java
@@ -15,8 +15,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
@@ -172,7 +172,7 @@ public class BevelBorder
* @throws NullPointerException if <code>highlight</code> or
* <code>shadow</code> is <code>null</code>.
*
- * @see java.awt.Color.brighter()
+ * @see java.awt.Color#brighter()
*/
public BevelBorder(int bevelType, Color highlight, Color shadow)
{
@@ -289,7 +289,7 @@ public class BevelBorder
*
* @return the same object that was passed for <code>insets</code>.
*
- * @see #getBorderInsets()
+ * @see #getBorderInsets(Component)
*/
public Insets getBorderInsets(Component c, Insets insets)
{