mirror of
https://github.com/brendanhaines/RasPi.git
synced 2025-09-04 05:15:19 -06:00
adds extremes to DisplayController
This commit is contained in:
parent
5bc910846c
commit
99e929ece7
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue