OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 156 | Rev 177 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 156 Rev 174
Line 60... Line 60...
60
    @Override
60
    @Override
61
    public void destroy() {
61
    public void destroy() {
62
        super.destroy();
62
        super.destroy();
63
        if (this.titlePanel != null) {
63
        if (this.titlePanel != null) {
64
            this.titlePanel.destroy();
64
            this.titlePanel.destroy();
-
 
65
            this.titlePanel = null;
65
        }
66
        }
66
        if (this.footerPanel != null) {
67
        if (this.footerPanel != null) {
67
            this.footerPanel.destroy();
68
            this.footerPanel.destroy();
-
 
69
            this.footerPanel = null;
-
 
70
        }
-
 
71
        if (this.contentPanel != null) {
-
 
72
            this.contentPanel.destroy();
-
 
73
            this.contentPanel = null;
68
        }
74
        }
69
        if (this.childrenFrame != null) {
75
        if (this.childrenFrame != null) {
70
            for (LightUIFrame frame : childrenFrame) {
76
            for (LightUIFrame frame : childrenFrame) {
71
                frame.destroy();
77
                frame.destroy();
72
            }
78
            }