FlatBorder: fixed javadoc error

This commit is contained in:
Karl Tauber
2019-09-28 11:19:06 +02:00
parent 0080e50d92
commit 1ea9ac84dd

View File

@@ -40,7 +40,7 @@ import javax.swing.text.JTextComponent;
/** /**
* Border for various components (e.g. {@link javax.swing.JTextField}). * Border for various components (e.g. {@link javax.swing.JTextField}).
* *
* There is empty space around the component border, if Component.focusWidth > 0, * There is empty space around the component border, if Component.focusWidth is greater than zero,
* which is used to paint focus border. * which is used to paint focus border.
* *
* Because there is empty space (if focus border is not painted), * Because there is empty space (if focus border is not painted),