|
|
@ -19,6 +19,7 @@ public class DictPresentPane extends FurtherBasicBeanPane<DictPresent> implement |
|
|
|
|
|
|
|
|
|
|
|
public DictPresentPane() { |
|
|
|
public DictPresentPane() { |
|
|
|
dictionaryPane = new DictionaryPane(); |
|
|
|
dictionaryPane = new DictionaryPane(); |
|
|
|
|
|
|
|
dictionaryPane.setNeedTableDataChange(true); |
|
|
|
this.setLayout(new BorderLayout()); |
|
|
|
this.setLayout(new BorderLayout()); |
|
|
|
this.add(dictionaryPane, BorderLayout.CENTER); |
|
|
|
this.add(dictionaryPane, BorderLayout.CENTER); |
|
|
|
} |
|
|
|
} |
|
|
|