How can i add another panel to DCM4CHEE HEADER

27 views
Skip to first unread message

elmafio...@gmail.com

unread,
Sep 11, 2013, 11:21:19 AM9/11/13
to

Hello guys, I'm trying to add another panel in the header of  DCM4CHEE (Project dcm4chee-web-war), but the pannel do not appears in the headers panels.

I created a Java Class that extends of Panel class (src/main/java/org/dcm4chee/web/war/test/Test.java) and create its HTML File (src/main/resources/org/dcm4chee/web/war/test/Test.java). After that, I add it in this part of the MainPage.java file

    private void addModules(ModuleSelectorPanel selectorPanel) {
       
        AELicenseProviderSPI provider = AELicenseProviderManager.get(null).getProvider();

        selectorPanel.addModule(StudyListPage.class);
        selectorPanel.addModule(TrashListPage.class);
        selectorPanel.addModule(Test.class);


Maybe i have to add anything else in the Test file that i created...
Reply all
Reply to author
Forward
0 new messages