26272829303132
public FmrAdicionaFornecedor() { initComponents(); this.setLocationRelativeTo(null); this.setDefaultCloseOperation(DISPOSE_ON_CLOSE); this.setResizable(false); controlForn = new ControlFornecedor(); }