Changeset 2255
- Timestamp:
- 08/13/07 18:41:07 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Trunk/SpeechSubmission/VFSpeechSubmission/java/src/moodlespeex/CapturePlayback.java
r2254 r2255 568 568 progBar.setString("Ready"); 569 569 //progBar.setVisible(false); 570 p2.add(progBar); 570 p2.add(progBar); 571 571 // ############ Upload Text #################################### 572 JPanel UploadTextPanel 1= new JPanel();573 String text = "<html> (Please Note: by clicking upload, you agree to assign the Copyright to your recorded speech to multiple<br> "574 + "the Free Software Foundation, and to licens ing your submission under the GNU Public Licence)</html>" ;575 UploadTextPanel 1.add(new JLabel(text));576 p2.add(UploadTextPanel 1);572 JPanel UploadTextPanel = new JPanel(); 573 String text = "<html>Please Note: by clicking upload, you agree to assign the Copyright to your recorded speech to <br> " 574 + "the Free Software Foundation, and to license your submission under the GNU Public Licence" ; 575 UploadTextPanel.add(new JLabel(text)); 576 p2.add(UploadTextPanel); 577 577 // ############ License #################################### 578 578 JPanel licenseScrollPanel = new JPanel(); 579 licenseScrollPanel.add(new JLabel("For more information on the GPL, scroll down this panel:"));579 licenseScrollPanel.add(new JLabel("For more information on Copyright and the GPL, scroll down this panel:")); 580 580 p2.add(licenseScrollPanel); 581 581