Fixed repaint issue

This commit is contained in:
Kelly Kelly 2020-06-17 15:48:52 -04:00
parent 912c5ecb50
commit 9ef26fd1e8

View File

@ -70,7 +70,8 @@ final class MessageAccountPanel extends JPanel {
* @throws TskCoreException * @throws TskCoreException
*/ */
void setArtifact(BlackboardArtifact artifact) { void setArtifact(BlackboardArtifact artifact) {
this.removeAll(); removeAll();
setLayout(null);
repaint(); repaint();
if (artifact == null) { if (artifact == null) {