mirror of
https://github.com/brendanhaines/RasPi.git
synced 2024-11-09 16:44:40 -07:00
adds extremes to DisplayController
This commit is contained in:
parent
5bc910846c
commit
99e929ece7
|
@ -7,8 +7,8 @@ class DisplayController extends JPanel implements ActionListener {
|
||||||
private MessageContent source = new MessageContent();
|
private MessageContent source = new MessageContent();
|
||||||
private Font normalFont = new Font( "Normal", Font.BOLD, 15 );
|
private Font normalFont = new Font( "Normal", Font.BOLD, 15 );
|
||||||
|
|
||||||
private int chanMax;
|
private int chanMax = 900;
|
||||||
private int chanMin;
|
private int chanMin = 100;
|
||||||
|
|
||||||
public DisplayController() {
|
public DisplayController() {
|
||||||
setBackground( Color.DARK_GRAY );
|
setBackground( Color.DARK_GRAY );
|
||||||
|
|
Loading…
Reference in New Issue
Block a user