|
Advertisement
|
Forum posts by Budi Handoko:1 page [ 1 ]
Posted in Java Answers Forum, Apr 24, 2002, 10:15 PM
Hi there.I have got a problem here.I have compiled a file from QuickTime Java Demo.And after compilation, I tried to run it, but it is not able to run. Does anybody know what is the problem?The script is below:/* * QuickTime for Java SDK Sample Code Usage subject to restrictions in SDK License Agreement * Copyright: ? 1996-1999 Apple Computer,...
Posted in Java Answers Forum, Apr 22, 2002, 11:30 PM
Hi Thomas.I guess I know where I am wrong already. The problem is i don't have the java.awt.event.* in my harddrive. Do you have any idea where I can get it? What I have is only the java.awt.*Do you have any address for me to download?Thank you so much, Thomas.Regards,Budi
Posted in Java Answers Forum, Apr 22, 2002, 10:41 PM
cancelButton.addActionListener(new ActionListener() { (line 46)public void actionPerformed(ActionEvent event) { (line 47)dispose(); (line 48)} (line 49)}); (line 50)the errors: (46,55) : error J0014: Expected ')'(46,55) : error J0012: Expected ';'(50,4) : fatal error J0020: Expected 'class' or 'interface'i put the import at the top of the file...
Posted in Java Answers Forum, Apr 22, 2002, 10:13 PM
Hi Java ppl.I have got some sample from the QuickTime Java. and there is one sample code. I tried to compile it using Microsoft J++, and it won't work. the sample code with error is here:cancelButton = new Button();cancelButton.setLabel("Cancel");cancelButton.setBounds(293,94,60,2 3) ;add(cancelButton); cancelButton.addActionListener(new...
1 page [ 1 ]
|