Do not show outer border. It looks terrible.
This commit is contained in:
parent
0320b46a11
commit
819f28cba3
@ -7,7 +7,6 @@ import javax.swing.border.BevelBorder;
|
|||||||
import javax.swing.border.Border;
|
import javax.swing.border.Border;
|
||||||
import java.awt.*;
|
import java.awt.*;
|
||||||
import java.awt.font.TextAttribute;
|
import java.awt.font.TextAttribute;
|
||||||
import java.awt.geom.AffineTransform;
|
|
||||||
import java.text.AttributedString;
|
import java.text.AttributedString;
|
||||||
import java.text.DecimalFormat;
|
import java.text.DecimalFormat;
|
||||||
import java.text.NumberFormat;
|
import java.text.NumberFormat;
|
||||||
@ -93,7 +92,7 @@ public class ScaledBorder implements Border {
|
|||||||
/**
|
/**
|
||||||
* flag if the outer border should be displayed
|
* flag if the outer border should be displayed
|
||||||
*/
|
*/
|
||||||
boolean showOuterBorder = true;
|
boolean showOuterBorder = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* scale functions if, for example, an logarithmic function is needed instead
|
* scale functions if, for example, an logarithmic function is needed instead
|
||||||
|
Loading…
x
Reference in New Issue
Block a user