Normand Briere
2018-12-21 dcda2c5fa15e63daad67f5720a2f726e34f8cd71
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);