voxforge.org
VoxForge Dev

Changeset 2257

Show
Ignore:
Timestamp:
08/14/07 20:35:13 (1 year ago)
Author:
kmaclean
Message:

more cleanups to VF Speech Submission program

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Trunk/SpeechSubmission/VFSpeechSubmission/java/src/moodlespeex/CapturePlayback.java

    r2256 r2257  
    678678//      ############ Upload Text ####################################              
    679679        JPanel UploadTextPanel = new JPanel(); 
    680         String text = "<html>By clicking the \"Upload\" button, you agree to assign your Copyright to your recorded speech to <br> " 
    681            + "the Free Software Foundation, and to license your submission under the GNU Public Licence (\"GPL\")." ; 
     680        String text = "<html>By clicking the \"Upload\" button, you agree to assign the Copyright to your recorded speech to <br> " 
     681           + "the Free Software Foundation, and to license your submission under the GNU Public Licence (\"GPL\"):" ; 
    682682        UploadTextPanel.add(new JLabel(text));                
    683683        p2.add(UploadTextPanel); 
     
    11731173//          ################### Upload #######################################                
    11741174        else if (obj.equals(uploadB)) { 
    1175  
    1176 //            if ((subjectBox != null) && (subjectBox.getText().length()==0)) { 
    1177 //                // Warn about empty title 
    1178 //                JOptionPane.showMessageDialog(this, "Please supply a Subject before uploading",  
    1179 //                       "Subject required", JOptionPane.INFORMATION_MESSAGE); 
    1180 //            } else { 
    1181                 // Perform the compression and upload! 
    11821175// !!!!!!                
    11831176//                uploadB.setEnabled(false); 
     
    12091202               uploadB.setEnabled(false);                
    12101203// !!!!!!                 
    1211 //                if(subjectBox != null) 
    1212 //                    subjectBox.setEnabled(false); 
    1213 //                if(compressionChooser != null) 
    1214 //                    compressionChooser.setEnabled(false); 
    12151204                try { 
    12161205                   usernameTextField.selectAll();