X-Git-Url: https://xp-dev.com/git/RRRRHHHH_Code/blobdiff_plain/e3c426ede6bbb9091b76a1315e6b479e49453319..42679bcd0e79750f8a1ec7c2388cd4d675de58f1:/ruralHouses/src/gui/StartWindow.java diff --git a/ruralHouses/src/gui/StartWindow.java b/ruralHouses/src/gui/StartWindow.java index 663369b..385d09b 100644 --- a/ruralHouses/src/gui/StartWindow.java +++ b/ruralHouses/src/gui/StartWindow.java @@ -19,6 +19,7 @@ import javax.swing.UIManager; import configuration.ConfigXML; +@SuppressWarnings("deprecation") public class StartWindow extends JFrame { private static final long serialVersionUID = 1L; @@ -48,7 +49,6 @@ public class StartWindow extends JFrame { c=configuration.ConfigXML.getInstance(); - }catch (com.db4o.ext.DatabaseFileLockedException e) { a.lblNewLabel.setText("Database locked: Do not run BusinessLogicServer or BusinessLogicServer!!"); a.lblNewLabel.setForeground(Color.RED); @@ -58,7 +58,6 @@ public class StartWindow extends JFrame { a.lblNewLabel.setForeground(Color.RED); System.out.println("Error in StartWindow: "+e.toString()); } - //a.pack();