mirror of
https://github.com/brendanhaines/RasPi.git
synced 2025-04-18 14:57:54 -06: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…
x
Reference in New Issue
Block a user