Package net.sourceforge.ganttproject.gui

Examples of net.sourceforge.ganttproject.gui.RolesTableModel


        super(GanttProject.correctLabel(GanttLanguage.getInstance().getText(
                "resourceRole")), GanttLanguage.getInstance().getText(
                "settingsRoles"), parent);

        appli = parent;
        myRolesModel = new RolesTableModel();
        rolesTable = new JTable(myRolesModel);
        rolesTable.setPreferredScrollableViewportSize(new Dimension(400, 350));
        rolesTable.setRowHeight(23);
        rolesTable.getColumnModel().getColumn(0).setPreferredWidth(30);
        rolesTable.getColumnModel().getColumn(1).setPreferredWidth(370);
View Full Code Here

TOP

Related Classes of net.sourceforge.ganttproject.gui.RolesTableModel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.