--- ../../nb.orig/db.dataview/src/org/netbeans/modules/db/dataview/output/DataViewActionHandler.java 2011-03-07 00:30:04.000000000 +0100 +++ src/org/netbeans/modules/db/dataview/output/DataViewActionHandler.java 2011-03-14 22:05:09.000000000 +0100 @@ -156,7 +156,6 @@ InsertRecordDialog dialog = new InsertRecordDialog(dataView); dialog.setLocationRelativeTo(WindowManager.getDefault().getMainWindow()); java.awt.Dimension screenSize = java.awt.Toolkit.getDefaultToolkit().getScreenSize(); - dialog.setMinimumSize(new Dimension((screenSize.width - 50) / 2, (screenSize.height - 50) / 2)); dialog.setVisible(true); }