try to close all streams as soon as possible to prevent leaks (inserting large sites...
[jSite.git] / src / de / todesbaum / jsite / main / Main.java
index 3a62d9a..2ed3bfd 100644 (file)
@@ -415,9 +415,6 @@ public class Main implements ActionListener, ListSelectionListener, WizardListen
        // MAIN METHOD
        //
        public static void main(String[] args) {
-               System.setProperty("swing.plaf.metal.userFont", "Tahoma");
-               System.setProperty("swing.plaf.metal.controlFont", "Tahoma");
-               System.setProperty("swing.aatext", "true");
                String configFilename = null;
                boolean nextIsConfigFilename = false;
                for (String argument: args) {