Hi, I suggest two small changes for DatabaseManager and ConnectionDialog.
1. If the DatabaseManger and the ConnectionDialog are started on a device with a small screen (as on my PDA Psion) i. e. with a screen width less or equal than 640, the corresponding frames are set to location (0,0) with the maximum screen dimension. 2. I suggest some command line parameters for DatabaseManager which I found useful. ---------------------------- Usage: java org.hsqldb.util.DatabaseManager [options] where options could be: If the next two options are set, the specified connection will be used: -driver dr -url address -user name -password passw -query qu the query qu will be read during initialization -defaultDirectory defdir default dir for the file open dialog Example: java org.hsqldb.util.DatabaseManager + -driver 'org.hsqldb.jdbcDriver' + -url 'jdbc:hsqldb:test' ---------------------------- 3. These options could be easily expanded to other stuff like fullsize, size width x height, color ... I coded this stuff into my version of RC 1. Two questions: 1. Is there any interest in these changes? 2. If yes, how can I contribute the source? I could offer a difference file...for instance relative to RC3. Or, I could join in the development via CVS. Regards, Ulrich _______________________________________________ hsqldb-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hsqldb-developers