Subversion Repositories bacoAlunos

Rev

Rev 1830 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1830 Rev 1848
Line 16... Line 16...
16
    public SurveysAnalysisSection(1.5.0/docs/api/java/lang/String.html">String title) {
16
    public SurveysAnalysisSection(1.5.0/docs/api/java/lang/String.html">String title) {
17
        super(title);
17
        super(title);
18
        getComponents().add(new 1.5.0/docs/api/java/awt/TextComponent.html">TextComponent());
18
        getComponents().add(new 1.5.0/docs/api/java/awt/TextComponent.html">TextComponent());
19
 
19
 
20
        //4.2.1
20
        //4.2.1
21
        getSubSections().add(new GenericTextSection("Análise das UC's"));
21
        getSections().add(new GenericTextSection("Análise das UC's"));
22
        //4.2.2
22
        //4.2.2
23
        getSubSections().add(new GenericTextSection("Análise das Salas"));
23
        getSections().add(new GenericTextSection("Análise das Salas"));
24
    }
24
    }
25
}
25
}