diff --git a/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/ArchiveFilePanel.java b/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/ArchiveFilePanel.java index 53e7d212..5df196d4 100755 --- a/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/ArchiveFilePanel.java +++ b/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/ArchiveFilePanel.java @@ -1515,6 +1515,7 @@ public void clearInputs() { this.lblCaseCreated.setText(""); this.closeInvolvedPartyEntryPanelSubscriptions(); this.pnlInvolvedParties.removeAll(); + this.pnlMessages.removeAll(); //this.cmbDictateSign.setSelectedItem(""); this.cmbLawyer.setSelectedItem(""); this.cmbAssistant.setSelectedItem("");