mirror of
https://github.com/brendanhaines/RasPi.git
synced 2025-04-11 11:14:50 -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 Font normalFont = new Font( "Normal", Font.BOLD, 15 );
|
||||
|
||||
private int chanMax;
|
||||
private int chanMin;
|
||||
private int chanMax = 900;
|
||||
private int chanMin = 100;
|
||||
|
||||
public DisplayController() {
|
||||
setBackground( Color.DARK_GRAY );
|
||||
|
Loading…
x
Reference in New Issue
Block a user