diff --git a/src/Icons/circle (2).png b/src/Icons/circle (2).png index 2b4a855..db7e83c 100644 Binary files a/src/Icons/circle (2).png and b/src/Icons/circle (2).png differ diff --git a/src/Icons/farthestVoronoi.png b/src/Icons/farthestVoronoi.png index 75d752d..de18f3b 100644 Binary files a/src/Icons/farthestVoronoi.png and b/src/Icons/farthestVoronoi.png differ diff --git a/src/Icons/nearestVoronoi.png b/src/Icons/nearestVoronoi.png index 9c9339b..987ed52 100644 Binary files a/src/Icons/nearestVoronoi.png and b/src/Icons/nearestVoronoi.png differ diff --git a/src/Model/TextHandler.java b/src/Model/TextHandler.java index 78c9cdf..f74272a 100644 --- a/src/Model/TextHandler.java +++ b/src/Model/TextHandler.java @@ -6,7 +6,7 @@ public class TextHandler //-----------parallel--------------- private String changeLanguageButtonText = "EN"; - private String paperTitleText = "A SIMPLE ALGORITHM FOR COMPUTING THE SMALLEST ENCLOSING CIRCLE"; + private String paperTitleText = "A SIMPLE ALGORITHM FOR COMPUTING THE SMALLEST ENCLOSING CIRCLE\n\t"; private String loadFileButtonText = "Load Points From File"; private String putPointsButtonText = "Create Points"; private String exitButtonText = "Exit"; @@ -56,7 +56,7 @@ public void setLanguage(String language) if(language.equals("EN")) { //-----MainWidnow-------------- - paperTitleText = "A SIMPLE ALGORITHM FOR COMPUTING THE SMALLEST ENCLOSING CIRCLE"; + paperTitleText = "A SIMPLE ALGORITHM FOR COMPUTING THE SMALLEST ENCLOSING CIRCLE\n\t"; loadFileButtonText = "Load Points From File"; putPointsButtonText = "Create Points"; exitButtonText = "Exit"; @@ -89,7 +89,7 @@ public void setLanguage(String language) }else //GR { //-----MainWidnow-------------- - paperTitleText = "ΕΝΑΣ ΑΠΛΟΣ ΑΛΓΟΡΙΘΜΟΣ ΓΙΑ ΤΟΝ ΥΠΟΛΟΓΙΣΜΟ ΤΟΥ ΕΛΑΧΙΣΤΟΥ ΠΕΡΙΚΛΕΙΩΝΤΑ ΚΥΚΛΟΥ"; + paperTitleText = "ΕΝΑΣ ΑΠΛΟΣ ΑΛΓΟΡΙΘΜΟΣ ΓΙΑ ΤΟΝ ΥΠΟΛΟΓΙΣΜΟ ΤΟΥ ΕΛΑΧΙΣΤΟΥ ΠΕΡΙΚΛΕΙΟΝΤΑ ΚΥΚΛΟΥ"; loadFileButtonText = "Φόρτωση Σημείων από Αρχείο"; putPointsButtonText = "Δημιουργία σημείων"; exitButtonText = "Έξοδος";