Fix calculation of project size.
[jSite.git] / src / de / todesbaum / util / swing / TWizard.java
index 3eb5062..464ac69 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * todesbaum-lib -
- * Copyright (C) 2006 David Roden
+ * jSite - TWizard.java - Copyright © 2006–2012 David Roden
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -56,6 +55,7 @@ public class TWizard extends JFrame implements WindowListener {
        private JLabel pageHeading;
        private JLabel pageDescription;
 
+       @Override
        protected void frameInit() {
                super.frameInit();
                setResizable(false);