jmf 照相机程序
package MyCamera;/** * 启动类 * @author liunian * */public class Start {public static void main(String[] args) {new MyCamera();}}
?