move to git.simongehrig.de
This commit is contained in:
@@ -2,7 +2,7 @@ package model;
|
||||
|
||||
import workers.MachineWorker;
|
||||
|
||||
import java.io.*;
|
||||
import java.io.File;
|
||||
import java.text.DateFormat;
|
||||
import java.text.SimpleDateFormat;
|
||||
import java.util.Calendar;
|
||||
@@ -49,8 +49,7 @@ public class SOMConfig {
|
||||
// Constructor
|
||||
private SOMConfig() {
|
||||
// get the default Displays' dimensions
|
||||
|
||||
System.out.println("Creating Configuration. Sreen Size: " + SOMLayout.screenWidth + "x" + SOMLayout.screenHeight);
|
||||
// System.out.println("Creating Configuration. Sreen Size: " + SOMLayout.SCREEN_WIDTH + "x" + SOMLayout.SCREEN_HEIGHT);
|
||||
|
||||
// important Paths
|
||||
PICTURES_PATH = new File("images");
|
||||
|
||||
Reference in New Issue
Block a user