commit
This commit is contained in:
parent
5016c1a888
commit
136e4a8e69
1 changed files with 4 additions and 0 deletions
|
@ -232,6 +232,10 @@ public class Window extends JFrame {
|
|||
this.grid.reset();
|
||||
});
|
||||
|
||||
radio10ms.addActionListener(e -> {
|
||||
this.grid.setRefreshRate(10);
|
||||
});
|
||||
|
||||
radio200ms.addActionListener(e -> {
|
||||
this.grid.setRefreshRate(200);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue