Ignore:
Timestamp:
2008-10-10T15:06:43+13:00 (16 years ago)
Author:
oranfry
Message:

fixes to the last change and made the selectinput render more nicely

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/swing/SwingPageRenderer.java

    r17516 r17517  
    5454   
    5555    // holds the next back buttons etc
    56     private JPanel controlPanel = new JPanel(new FlowLayout(FlowLayout.CENTER,20,3));
     56    private JPanel controlPanel = new JPanel(new FlowLayout(FlowLayout.CENTER,12,3));
    5757
    5858    private JButton backButton = new JButton();
     
    161161        nextButton.setText(org.tp23.antinstaller.Installer.langPack.getString("nextButton"));// "Next >>");
    162162        finishButton.setText(ctx.getInstaller().getFinishButtonText());
    163         finishButton.setEnabled(false);
     163        finishButton.setVisible(false);
    164164        setEventListeners();
    165165        setIcons();
    166166    }
    167167    public abstract void instanceInit() throws Exception ;
     168    public abstract void reInstanceInit();
    168169    public abstract void updateInputFields();
    169170    public abstract void updateDefaultValues();
Note: See TracChangeset for help on using the changeset viewer.