Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard

Diff Revisions 837fab ... vs 520867 ... for ruralHouses/src/gui/StartWindow.java

Diff revisions: vs.
  @@ -19,6 +19,7 @@
19 19 import configuration.ConfigXML;
20 20
21 21
22 + @SuppressWarnings("deprecation")
22 23 public class StartWindow extends JFrame {
23 24
24 25 private static final long serialVersionUID = 1L;
  @@ -47,8 +48,7 @@
47 48 UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
48 49
49 50 c=configuration.ConfigXML.getInstance();
50 -
51 -
51 +
52 52 }catch (com.db4o.ext.DatabaseFileLockedException e) {
53 53 a.lblNewLabel.setText("Database locked: Do not run BusinessLogicServer or BusinessLogicServer!!");
54 54 a.lblNewLabel.setForeground(Color.RED);
  @@ -58,7 +58,6 @@
58 58 a.lblNewLabel.setForeground(Color.RED);
59 59 System.out.println("Error in StartWindow: "+e.toString());
60 60 }
61 - //a.pack();
62 61
63 62
64 63