Normand Briere
2019-06-11 5e6a6f3319f0c4c687fe71952ac9ecc17792b83a
timeflow/views/DescriptionView.java
....@@ -14,7 +14,7 @@
1414 JTextArea content;
1515 JComponent controls;
1616
17
- public DescriptionView(TFModel model) {
17
+ public DescriptionView(TimeflowModel model) {
1818 super(model);
1919 setLayout(new BorderLayout());
2020 JPanel left=new Pad(5,5);