Index: java/Postak/nbproject/build-impl.xml
===================================================================
--- java/Postak/nbproject/build-impl.xml	(revision 0:e76872ad5226)
+++ java/Postak/nbproject/build-impl.xml	(revision 3:03d27d3b3f7b)
@@ -153,5 +153,5 @@
             <attribute default="${excludes}" name="excludes"/>
             <attribute default="${javac.debug}" name="debug"/>
-            <attribute default="" name="sourcepath"/>
+            <attribute default="/does/not/exist" name="sourcepath"/>
             <element name="customize" optional="true"/>
             <sequential>
@@ -219,5 +219,5 @@
         </macrodef>
     </target>
-    <target name="-init-macrodef-nbjpda">
+    <target depends="-init-debug-args" name="-init-macrodef-nbjpda">
         <macrodef name="nbjpdastart" uri="http://www.netbeans.org/ns/j2se-project/1">
             <attribute default="${main.class}" name="name"/>
@@ -225,5 +225,5 @@
             <attribute default="" name="stopclassname"/>
             <sequential>
-                <nbjpdastart addressproperty="jpda.address" name="@{name}" stopclassname="@{stopclassname}" transport="dt_socket">
+                <nbjpdastart addressproperty="jpda.address" name="@{name}" stopclassname="@{stopclassname}" transport="${debug-transport}">
                     <classpath>
                         <path path="@{classpath}"/>
@@ -256,4 +256,10 @@
             <istrue value="${have-jdk-older-than-1.4}"/>
         </condition>
+        <condition else="dt_socket" property="debug-transport-by-os" value="dt_shmem">
+            <os family="windows"/>
+        </condition>
+        <condition else="${debug-transport-by-os}" property="debug-transport" value="${debug.transport}">
+            <isset property="debug.transport"/>
+        </condition>
     </target>
     <target depends="-init-debug-args" name="-init-macrodef-debug">
@@ -265,5 +271,5 @@
                 <java classname="@{classname}" dir="${work.dir}" fork="true">
                     <jvmarg line="${debug-args-line}"/>
-                    <jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/>
+                    <jvmarg value="-Xrunjdwp:transport=${debug-transport},address=${jpda.address}"/>
                     <jvmarg line="${run.jvmargs}"/>
                     <classpath>
@@ -312,4 +318,11 @@
             -->
     <target depends="init" name="deps-jar" unless="no.deps"/>
+    <target depends="init,-check-automatic-build,-clean-after-automatic-build" name="-verify-automatic-build"/>
+    <target depends="init" name="-check-automatic-build">
+        <available file="${build.classes.dir}/.netbeans_automatic_build" property="netbeans.automatic.build"/>
+    </target>
+    <target depends="init" if="netbeans.automatic.build" name="-clean-after-automatic-build">
+        <antcall target="clean"/>
+    </target>
     <target depends="init,deps-jar" name="-pre-pre-compile">
         <mkdir dir="${build.classes.dir}"/>
@@ -332,5 +345,5 @@
         <!-- You can override this target in the ../build.xml file. -->
     </target>
-    <target depends="init,deps-jar,-pre-pre-compile,-pre-compile,-do-compile,-post-compile" description="Compile project." name="compile"/>
+    <target depends="init,deps-jar,-verify-automatic-build,-pre-pre-compile,-pre-compile,-do-compile,-post-compile" description="Compile project." name="compile"/>
     <target name="-pre-compile-single">
         <!-- Empty placeholder for easier customization. -->
@@ -346,5 +359,5 @@
         <!-- You can override this target in the ../build.xml file. -->
     </target>
-    <target depends="init,deps-jar,-pre-pre-compile,-pre-compile-single,-do-compile-single,-post-compile-single" name="compile-single"/>
+    <target depends="init,deps-jar,-verify-automatic-build,-pre-pre-compile,-pre-compile-single,-do-compile-single,-post-compile-single" name="compile-single"/>
     <!--
                 ====================
Index: java/Postak/nbproject/genfiles.properties
===================================================================
--- java/Postak/nbproject/genfiles.properties	(revision 0:e76872ad5226)
+++ java/Postak/nbproject/genfiles.properties	(revision 3:03d27d3b3f7b)
@@ -1,8 +1,8 @@
 build.xml.data.CRC32=ecce8ba0
-build.xml.script.CRC32=b613dcff
-build.xml.stylesheet.CRC32=be360661
+build.xml.script.CRC32=e861f380
+build.xml.stylesheet.CRC32=958a1d3e
 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
 nbproject/build-impl.xml.data.CRC32=ecce8ba0
-nbproject/build-impl.xml.script.CRC32=38f4cab2
-nbproject/build-impl.xml.stylesheet.CRC32=487672f9
+nbproject/build-impl.xml.script.CRC32=a6ef0080
+nbproject/build-impl.xml.stylesheet.CRC32=65b8de21
Index: ava/Postak/nbproject/private/private.properties
===================================================================
--- java/Postak/nbproject/private/private.properties	(revision 0:e76872ad5226)
+++ 	(revision )
@@ -1,6 +1,0 @@
-do.depend=false
-do.jar=true
-javac.debug=true
-javadoc.preview=true
-jaxws.endorsed.dir=/usr/local/netbeans-6.1/java2/modules/ext/jaxws21/api
-user.properties.file=/home/fiki/.netbeans/6.1/build.properties
Index: java/SuperPostak/nbproject/build-impl.xml
===================================================================
--- java/SuperPostak/nbproject/build-impl.xml	(revision 0:e76872ad5226)
+++ java/SuperPostak/nbproject/build-impl.xml	(revision 3:03d27d3b3f7b)
@@ -154,5 +154,5 @@
             <attribute default="${excludes}" name="excludes"/>
             <attribute default="${javac.debug}" name="debug"/>
-            <attribute default="" name="sourcepath"/>
+            <attribute default="/does/not/exist" name="sourcepath"/>
             <element name="customize" optional="true"/>
             <sequential>
@@ -220,5 +220,5 @@
         </macrodef>
     </target>
-    <target name="-init-macrodef-nbjpda">
+    <target depends="-init-debug-args" name="-init-macrodef-nbjpda">
         <macrodef name="nbjpdastart" uri="http://www.netbeans.org/ns/j2se-project/1">
             <attribute default="${main.class}" name="name"/>
@@ -226,5 +226,5 @@
             <attribute default="" name="stopclassname"/>
             <sequential>
-                <nbjpdastart addressproperty="jpda.address" name="@{name}" stopclassname="@{stopclassname}" transport="dt_socket">
+                <nbjpdastart addressproperty="jpda.address" name="@{name}" stopclassname="@{stopclassname}" transport="${debug-transport}">
                     <classpath>
                         <path path="@{classpath}"/>
@@ -257,4 +257,10 @@
             <istrue value="${have-jdk-older-than-1.4}"/>
         </condition>
+        <condition else="dt_socket" property="debug-transport-by-os" value="dt_shmem">
+            <os family="windows"/>
+        </condition>
+        <condition else="${debug-transport-by-os}" property="debug-transport" value="${debug.transport}">
+            <isset property="debug.transport"/>
+        </condition>
     </target>
     <target depends="-init-debug-args" name="-init-macrodef-debug">
@@ -266,5 +272,5 @@
                 <java classname="@{classname}" dir="${work.dir}" fork="true">
                     <jvmarg line="${debug-args-line}"/>
-                    <jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/>
+                    <jvmarg value="-Xrunjdwp:transport=${debug-transport},address=${jpda.address}"/>
                     <jvmarg line="${run.jvmargs}"/>
                     <classpath>
@@ -316,4 +322,11 @@
         <ant antfile="${project.Postak}/build.xml" inheritall="false" target="jar"/>
     </target>
+    <target depends="init,-check-automatic-build,-clean-after-automatic-build" name="-verify-automatic-build"/>
+    <target depends="init" name="-check-automatic-build">
+        <available file="${build.classes.dir}/.netbeans_automatic_build" property="netbeans.automatic.build"/>
+    </target>
+    <target depends="init" if="netbeans.automatic.build" name="-clean-after-automatic-build">
+        <antcall target="clean"/>
+    </target>
     <target depends="init,deps-jar" name="-pre-pre-compile">
         <mkdir dir="${build.classes.dir}"/>
@@ -336,5 +349,5 @@
         <!-- You can override this target in the ../build.xml file. -->
     </target>
-    <target depends="init,deps-jar,-pre-pre-compile,-pre-compile,-do-compile,-post-compile" description="Compile project." name="compile"/>
+    <target depends="init,deps-jar,-verify-automatic-build,-pre-pre-compile,-pre-compile,-do-compile,-post-compile" description="Compile project." name="compile"/>
     <target name="-pre-compile-single">
         <!-- Empty placeholder for easier customization. -->
@@ -350,5 +363,5 @@
         <!-- You can override this target in the ../build.xml file. -->
     </target>
-    <target depends="init,deps-jar,-pre-pre-compile,-pre-compile-single,-do-compile-single,-post-compile-single" name="compile-single"/>
+    <target depends="init,deps-jar,-verify-automatic-build,-pre-pre-compile,-pre-compile-single,-do-compile-single,-post-compile-single" name="compile-single"/>
     <!--
                 ====================
Index: java/SuperPostak/nbproject/genfiles.properties
===================================================================
--- java/SuperPostak/nbproject/genfiles.properties	(revision 0:e76872ad5226)
+++ java/SuperPostak/nbproject/genfiles.properties	(revision 3:03d27d3b3f7b)
@@ -1,8 +1,8 @@
 build.xml.data.CRC32=d917048a
-build.xml.script.CRC32=bda184ca
-build.xml.stylesheet.CRC32=be360661
+build.xml.script.CRC32=7b671108
+build.xml.stylesheet.CRC32=958a1d3e
 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
 nbproject/build-impl.xml.data.CRC32=d917048a
-nbproject/build-impl.xml.script.CRC32=5446e5b9
-nbproject/build-impl.xml.stylesheet.CRC32=487672f9
+nbproject/build-impl.xml.script.CRC32=957eb65c
+nbproject/build-impl.xml.stylesheet.CRC32=65b8de21
Index: ava/SuperPostak/nbproject/private/private.properties
===================================================================
--- java/SuperPostak/nbproject/private/private.properties	(revision 0:e76872ad5226)
+++ 	(revision )
@@ -1,8 +1,0 @@
-do.depend=false
-do.jar=true
-javac.debug=true
-javadoc.preview=true
-jaxws.endorsed.dir=/home/fiki/bin/netbeans-6.1/java2/modules/ext/jaxws21/api
-project.JFTable=/home/fiki/subversion/JFTable/trunk/java/JFTable
-project.Postak=/home/fiki/subversion/SuperPostak/trunk/java/Postak
-user.properties.file=/home/fiki/.netbeans/6.1/build.properties
Index: ava/SuperPostak/nbproject/private/private.xml
===================================================================
--- java/SuperPostak/nbproject/private/private.xml	(revision 0:e76872ad5226)
+++ 	(revision )
@@ -1,4 +1,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
-    <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
-</project-private>
Index: java/SuperPostak/src/cz/frantovo/superPostak/Data.java
===================================================================
--- java/SuperPostak/src/cz/frantovo/superPostak/Data.java	(revision 0:e76872ad5226)
+++ java/SuperPostak/src/cz/frantovo/superPostak/Data.java	(revision 3:03d27d3b3f7b)
@@ -1,6 +1,2 @@
-/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
 package cz.frantovo.superPostak;
 
Index: java/SuperPostak/src/cz/frantovo/superPostak/DataSQL.java
===================================================================
--- java/SuperPostak/src/cz/frantovo/superPostak/DataSQL.java	(revision 0:e76872ad5226)
+++ java/SuperPostak/src/cz/frantovo/superPostak/DataSQL.java	(revision 3:03d27d3b3f7b)
@@ -1,6 +1,2 @@
-/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
 package cz.frantovo.superPostak;
 
Index: java/SuperPostak/src/cz/frantovo/superPostak/GrafPokus.form
===================================================================
--- java/SuperPostak/src/cz/frantovo/superPostak/GrafPokus.form	(revision 0:e76872ad5226)
+++ java/SuperPostak/src/cz/frantovo/superPostak/GrafPokus.form	(revision 3:03d27d3b3f7b)
@@ -11,4 +11,5 @@
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
+    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
     <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
@@ -45,10 +46,10 @@
         <DimensionLayout dim="0">
           <Group type="103" groupAlignment="0" attributes="0">
-              <EmptySpace min="0" pref="465" max="32767" attributes="0"/>
+              <EmptySpace min="0" pref="400" max="32767" attributes="0"/>
           </Group>
         </DimensionLayout>
         <DimensionLayout dim="1">
           <Group type="103" groupAlignment="0" attributes="0">
-              <EmptySpace min="0" pref="422" max="32767" attributes="0"/>
+              <EmptySpace min="0" pref="400" max="32767" attributes="0"/>
           </Group>
         </DimensionLayout>
Index: java/SuperPostak/src/cz/frantovo/superPostak/GrafPokus.java
===================================================================
--- java/SuperPostak/src/cz/frantovo/superPostak/GrafPokus.java	(revision 0:e76872ad5226)
+++ java/SuperPostak/src/cz/frantovo/superPostak/GrafPokus.java	(revision 3:03d27d3b3f7b)
@@ -11,8 +11,9 @@
 
 /**
- *
+ * Tohle sem nepatří ;-)
  * @author  fiki
  */
 public class GrafPokus extends javax.swing.JFrame {
+    private static final long serialVersionUID = 5745756301932587174L;
     
     /** Creates new form GrafPokus */
Index: java/SuperPostak/src/cz/frantovo/superPostak/PanelPrijemcu.form
===================================================================
--- java/SuperPostak/src/cz/frantovo/superPostak/PanelPrijemcu.form	(revision 0:e76872ad5226)
+++ java/SuperPostak/src/cz/frantovo/superPostak/PanelPrijemcu.form	(revision 3:03d27d3b3f7b)
@@ -5,4 +5,5 @@
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
+    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
     <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
@@ -27,5 +28,5 @@
               <EmptySpace max="-2" attributes="0"/>
           </Group>
-          <Component id="jScrollPane1" alignment="0" pref="410" max="32767" attributes="0"/>
+          <Component id="jScrollPane1" alignment="0" pref="421" max="32767" attributes="0"/>
       </Group>
     </DimensionLayout>
Index: java/SuperPostak/src/cz/frantovo/superPostak/PanelPrijemcu.java
===================================================================
--- java/SuperPostak/src/cz/frantovo/superPostak/PanelPrijemcu.java	(revision 0:e76872ad5226)
+++ java/SuperPostak/src/cz/frantovo/superPostak/PanelPrijemcu.java	(revision 3:03d27d3b3f7b)
@@ -28,4 +28,5 @@
 
     private static Logger log = Logger.getLogger(PanelPrijemcu.class.getName());
+    private static final long serialVersionUID = -8981943048392428523L;
     private ModelTabulky data = new ModelTabulky();
 
@@ -266,4 +267,5 @@
     private javax.swing.JButton ulozit;
     // End of variables declaration//GEN-END:variables
+
     private class ModelTabulky implements TableModel {
 
Index: java/SuperPostak/src/cz/frantovo/superPostak/SuperPostak.form
===================================================================
--- java/SuperPostak/src/cz/frantovo/superPostak/SuperPostak.form	(revision 0:e76872ad5226)
+++ java/SuperPostak/src/cz/frantovo/superPostak/SuperPostak.form	(revision 3:03d27d3b3f7b)
@@ -740,4 +740,5 @@
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
+    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
     <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
Index: java/SuperPostak/src/cz/frantovo/superPostak/SuperPostak.java
===================================================================
--- java/SuperPostak/src/cz/frantovo/superPostak/SuperPostak.java	(revision 0:e76872ad5226)
+++ java/SuperPostak/src/cz/frantovo/superPostak/SuperPostak.java	(revision 3:03d27d3b3f7b)
@@ -33,5 +33,4 @@
 import javax.swing.JOptionPane;
 import javax.swing.JTextArea;
-import javax.swing.LookAndFeel;
 import javax.swing.UIManager;
 import javax.swing.UnsupportedLookAndFeelException;
@@ -39,5 +38,4 @@
 import org.jdesktop.swingx.JXTaskPaneContainer;
 import org.jdesktop.swingx.error.ErrorInfo;
-import org.jvnet.substance.skin.SubstanceBusinessBlueSteelLookAndFeel;
 
 /**
@@ -53,4 +51,5 @@
     private static final String DOMACI_ADRESAR = System.getProperty("user.home");
     private static Logger log = Logger.getLogger(SuperPostak.class.getName());
+    private static final long serialVersionUID = -7026850569575604048L;
     private Nastaveni nastaveni = new Nastaveni();
     private Postak postak = new Postak(nastaveni);
@@ -82,5 +81,5 @@
             nastavLadiciHodnoty();
         }
-        
+
         if (exit) {
             setDefaultCloseOperation(EXIT_ON_CLOSE);
@@ -919,5 +918,4 @@
     }// </editor-fold>//GEN-END:initComponents
     private void vstupPredmetActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_vstupPredmetActionPerformed
-        
 }//GEN-LAST:event_vstupPredmetActionPerformed
 
@@ -1020,5 +1018,5 @@
         } catch (Exception e) {
             zobrazChybovyDialog("Zkušební zprávu se nepodařilo odeslat", e, Level.SEVERE, true);
-        }        
+        }
     }//GEN-LAST:event_rozeslatZkusebniTlacitkoActionPerformed
 
@@ -1139,5 +1137,5 @@
         final boolean ladit = (args != null && args.length > 0 && args[0].equals("ladit"));
 
-        /**try {
+        try {
             //LookAndFeel laf = UIManager.getLookAndFeel();
 
@@ -1156,5 +1154,5 @@
         } catch (UnsupportedLookAndFeelException ex) {
             log.log(Level.SEVERE, null, ex);
-        } */
+        }
 
         java.awt.EventQueue.invokeLater(new Runnable() {
@@ -1163,5 +1161,5 @@
                 new SuperPostak(ladit, true).setVisible(true);
             }
-            });
+        });
     }
     // Variables declaration - do not modify//GEN-BEGIN:variables
Index: java/SuperPostak/src/cz/frantovo/superPostak/ZobrazovacAdres.form
===================================================================
--- java/SuperPostak/src/cz/frantovo/superPostak/ZobrazovacAdres.form	(revision 0:e76872ad5226)
+++ java/SuperPostak/src/cz/frantovo/superPostak/ZobrazovacAdres.form	(revision 3:03d27d3b3f7b)
@@ -12,4 +12,5 @@
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
+    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
     <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
Index: java/SuperPostak/src/cz/frantovo/superPostak/ZobrazovacAdres.java
===================================================================
--- java/SuperPostak/src/cz/frantovo/superPostak/ZobrazovacAdres.java	(revision 0:e76872ad5226)
+++ java/SuperPostak/src/cz/frantovo/superPostak/ZobrazovacAdres.java	(revision 3:03d27d3b3f7b)
@@ -1,8 +1,2 @@
-/*
- * ZobrazovacAdres.java
- *
- * Created on 18. únor 2008, 0:13
- */
-
 package cz.frantovo.superPostak;
 
@@ -15,16 +9,18 @@
  */
 public class ZobrazovacAdres extends javax.swing.JDialog {
-    
+
+    private static final long serialVersionUID = 5084215476284985170L;
+
     /** Creates new form ZobrazovacAdres */
     public ZobrazovacAdres(java.awt.Frame parent, boolean modal) {
         super(parent, modal);
         initComponents();
-        panelAdres.setEditovatelny(false);        
+        panelAdres.setEditovatelny(false);
     }
-    
+
     public void setAdresy(Collection<InternetAddressKomu> adresy) {
         panelAdres.setAdresy(adresy);
-    }    
-    
+    }
+
     /** This method is called from within the constructor to
      * initialize the form.
@@ -53,5 +49,5 @@
         pack();
     }// </editor-fold>//GEN-END:initComponents
-    
+
     /**
      * @param args the command line arguments
@@ -59,7 +55,10 @@
     public static void main(String args[]) {
         java.awt.EventQueue.invokeLater(new Runnable() {
+
             public void run() {
                 ZobrazovacAdres dialog = new ZobrazovacAdres(new javax.swing.JFrame(), true);
                 dialog.addWindowListener(new java.awt.event.WindowAdapter() {
+
+                    @Override
                     public void windowClosing(java.awt.event.WindowEvent e) {
                         System.exit(0);
@@ -70,8 +69,6 @@
         });
     }
-    
     // Variables declaration - do not modify//GEN-BEGIN:variables
     private cz.frantovo.superPostak.PanelPrijemcu panelAdres;
     // End of variables declaration//GEN-END:variables
-    
 }
