Changeset 2257
- Timestamp:
- 08/14/07 20:35:13 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Trunk/SpeechSubmission/VFSpeechSubmission/java/src/moodlespeex/CapturePlayback.java
r2256 r2257 678 678 // ############ Upload Text #################################### 679 679 JPanel UploadTextPanel = new JPanel(); 680 String text = "<html>By clicking the \"Upload\" button, you agree to assign yourCopyright 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\"):" ; 682 682 UploadTextPanel.add(new JLabel(text)); 683 683 p2.add(UploadTextPanel); … … 1173 1173 // ################### Upload ####################################### 1174 1174 else if (obj.equals(uploadB)) { 1175 1176 // if ((subjectBox != null) && (subjectBox.getText().length()==0)) {1177 // // Warn about empty title1178 // JOptionPane.showMessageDialog(this, "Please supply a Subject before uploading",1179 // "Subject required", JOptionPane.INFORMATION_MESSAGE);1180 // } else {1181 // Perform the compression and upload!1182 1175 // !!!!!! 1183 1176 // uploadB.setEnabled(false); … … 1209 1202 uploadB.setEnabled(false); 1210 1203 // !!!!!! 1211 // if(subjectBox != null)1212 // subjectBox.setEnabled(false);1213 // if(compressionChooser != null)1214 // compressionChooser.setEnabled(false);1215 1204 try { 1216 1205 usernameTextField.selectAll();