Revision 24628 branches/v2_0_0_prep/libraries/libFMap_mapcontrol/src/org/gvsig/fmap/data/feature/swing/table/FeatureTableConfigurationPanel.java

View differences:

FeatureTableConfigurationPanel.java
70 70
    }
71 71

  
72 72
    private void createGUI() {
73
        setLayout(new BoxLayout(this, BoxLayout.Y_AXIS));
73
        // TODO: set a fixed column width for the first column with the
74
        // checkboxes
74 75
        JTable table = new JTable(tableModel);
75 76
        JScrollPane scrollPane = new JScrollPane(table);
77
        setLayout(new BoxLayout(this, BoxLayout.Y_AXIS));
76 78
        add(scrollPane);
77 79
    }
78 80
}

Also available in: Unified diff