Show
Ignore:
Timestamp:
02/28/09 17:57:14 (15 years ago)
Author:
František Kučera <franta-hg@…>
Branch:
default
Message:

Drobnosti a Substance LaF

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • java/SuperPostak/src/cz/frantovo/superPostak/SuperPostak.java

    r0 r3  
    3333import javax.swing.JOptionPane; 
    3434import javax.swing.JTextArea; 
    35 import javax.swing.LookAndFeel; 
    3635import javax.swing.UIManager; 
    3736import javax.swing.UnsupportedLookAndFeelException; 
     
    3938import org.jdesktop.swingx.JXTaskPaneContainer; 
    4039import org.jdesktop.swingx.error.ErrorInfo; 
    41 import org.jvnet.substance.skin.SubstanceBusinessBlueSteelLookAndFeel; 
    4240 
    4341/** 
     
    5351    private static final String DOMACI_ADRESAR = System.getProperty("user.home"); 
    5452    private static Logger log = Logger.getLogger(SuperPostak.class.getName()); 
     53    private static final long serialVersionUID = -7026850569575604048L; 
    5554    private Nastaveni nastaveni = new Nastaveni(); 
    5655    private Postak postak = new Postak(nastaveni); 
     
    8281            nastavLadiciHodnoty(); 
    8382        } 
    84          
     83 
    8584        if (exit) { 
    8685            setDefaultCloseOperation(EXIT_ON_CLOSE); 
     
    919918    }// </editor-fold>//GEN-END:initComponents 
    920919    private void vstupPredmetActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_vstupPredmetActionPerformed 
    921          
    922920}//GEN-LAST:event_vstupPredmetActionPerformed 
    923921 
     
    10201018        } catch (Exception e) { 
    10211019            zobrazChybovyDialog("Zkušební zprávu se nepodařilo odeslat", e, Level.SEVERE, true); 
    1022         }         
     1020        } 
    10231021    }//GEN-LAST:event_rozeslatZkusebniTlacitkoActionPerformed 
    10241022 
     
    11391137        final boolean ladit = (args != null && args.length > 0 && args[0].equals("ladit")); 
    11401138 
    1141         /**try { 
     1139        try { 
    11421140            //LookAndFeel laf = UIManager.getLookAndFeel(); 
    11431141 
     
    11561154        } catch (UnsupportedLookAndFeelException ex) { 
    11571155            log.log(Level.SEVERE, null, ex); 
    1158         } */ 
     1156        } 
    11591157 
    11601158        java.awt.EventQueue.invokeLater(new Runnable() { 
     
    11631161                new SuperPostak(ladit, true).setVisible(true); 
    11641162            } 
    1165             }); 
     1163        }); 
    11661164    } 
    11671165    // Variables declaration - do not modify//GEN-BEGIN:variables