求具体代码实现~
追答参考
http://zhidao.baidu.com/question/52858296.html
http://zhidao.baidu.com/question/43788623.html
事件的代码在
http://zhidao.baidu.com/question/112220659.html
java 如何让jtextarea只允许复制粘贴,禁止手动编辑键盘输入等~坐等高 ...
用你的JTextArea 对象调用setEditable(false)方法,貌似就这样就行了,setEditable()方法表示是否允许直接编辑JTextArea里的内容
急!急!急!寻找Java高手帮忙啊~~在线等~急啊
public static void main(String []args){ String str = "";int a, b, c;System.out.println("本程序求方程AX^2+BX+C=0的根!");BufferedReader buf=new BufferedReader(new InputStreamReader(System.in));try { System.out.println("请输入参数A:");str = buf.readLine();a = Intege...