Normand Briere
2019-02-22 611518a0ff65fd05e517d44adbcec639570b86eb
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);