Revision 32435 branches/v2_0_0_prep/extensions/org.gvsig.installer/org.gvsig.installer.swing/org.gvsig.installer.swing.impl/src/main/java/org/gvsig/installer/swing/impl/execution/panel/SelectPluginsPanel.java

View differences:

SelectPluginsPanel.java
51 51
    public SelectPluginsPanel() {
52 52
		super();
53 53
		swingInstallerManager = (DefaultSwingInstallerManager)SwingInstallerLocator.getSwingInstallerManager();
54
		initComponents();
54
		initComponents();		
55 55
	}
56 56
    
57 57
	public void updateTableModel(PluginsTableModel officialPluginsTableModel, PluginsTableModel notOfficialTableModel){
58 58
		officialPluginsTablePanel.setTableModel(officialPluginsTableModel);
59 59
		notOfficialPluginsTablePanel.setTableModel(notOfficialTableModel);
60
	}
61
    
60
	}	
61
   
62 62
    private void initComponents() {
63 63
    	 GridBagConstraints gridBagConstraints;
64 64

  

Also available in: Unified diff