mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-13 23:06:22 -04:00
typo
This commit is contained in:
parent
c16800088b
commit
cd74d176d1
@ -30,15 +30,15 @@ import java.util.HashMap;
|
|||||||
public class TextLineNumber extends JPanel
|
public class TextLineNumber extends JPanel
|
||||||
implements CaretListener, DocumentListener, PropertyChangeListener {
|
implements CaretListener, DocumentListener, PropertyChangeListener {
|
||||||
/**
|
/**
|
||||||
* Constant to left align the numbers
|
* Constant to left align the digits
|
||||||
*/
|
*/
|
||||||
public final static float LEFT = 0.0f;
|
public final static float LEFT = 0.0f;
|
||||||
/**
|
/**
|
||||||
* Constant to center the numbers
|
* Constant to center the digits
|
||||||
*/
|
*/
|
||||||
public final static float CENTER = 0.5f;
|
public final static float CENTER = 0.5f;
|
||||||
/**
|
/**
|
||||||
* Constant to right align the numbers
|
* Constant to right align the digits
|
||||||
*/
|
*/
|
||||||
public final static float RIGHT = 1.0f;
|
public final static float RIGHT = 1.0f;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user