140141142143144145146147
/** * */ public DbPropertiesStep() { super("Database Connection Information", "Enter the necessary information for connecting to the database"); completeHandler = new CompleteHandler(); initComponents(); }