First opens a JDlgDBConnection to get a JDBC connection and if this
was successful, a JIFrmDatabase is created with this connection and
added to the parentFrame specified in the constructor.
author: Florian Bruckner version: $Id: ActionOpenDatabase.java,v 1.1.2.1 2005/12/21 22:32:41 tomdz Exp $
ActionOpenDatabase(javax.swing.JFrame pcontainingFrame) Creates a new instance of ActionOpenDatabase, pcontainingFrame
is the parent frame for the dialog and the containing frame
for the internal frame created.
Creates a new instance of ActionOpenDatabase, pcontainingFrame
is the parent frame for the dialog and the containing frame
for the internal frame created.
Parameters: pcontainingFrame - parent frame for the dialog, containing frame for the IFrame