diff options
Diffstat (limited to 'libjava/javax/swing/border/LineBorder.java')
-rw-r--r-- | libjava/javax/swing/border/LineBorder.java | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libjava/javax/swing/border/LineBorder.java b/libjava/javax/swing/border/LineBorder.java index 17ba26ef641..3c85c29dfdb 100644 --- a/libjava/javax/swing/border/LineBorder.java +++ b/libjava/javax/swing/border/LineBorder.java @@ -297,6 +297,15 @@ public class LineBorder /** + * Returns the color of the line. + */ + public Color getLineColor() + { + return lineColor; + } + + + /** * Returns the thickness of the line in pixels. */ public int getThickness() |