Java拖动文字到另一个地方.rar

时间:2022-07-30 12:45:41
【文件属性】:

文件名称:Java拖动文字到另一个地方.rar

文件大小:7KB

文件格式:RAR

更新时间:2022-07-30 12:45:41

Java源码-文字字符

Java拖动文字到另一个地方,调用父类构造函数,Transferable trans = evt.getTransferable(); //得以Transferable对象   if (evt.isDataFlavorSupported(DataFlavor.stringFlavor)){ //是否支持拖动   evt.acceptDrop(evt.getDropAction()); //接受拖动   String s = (String) trans.getTransferData(DataFlavor.stringFlavor); //得到拖动数据   setText(s); //设置标签的文本   Transferable trans = new StringSelection(this.getSelectedValue().toString()); //得到拖动的Transferable对象   DragSourceContext dragSourceContext = dragSourcede.getDragSourceContext(); //得到拖动上下文对象


【文件预览】:
srcfans.com
----Java文本的拖动处理()
--------DragList.java(2KB)
--------DragList.class(2KB)
--------DragTextDemo.java(1KB)
--------DragTextDemo.class(1KB)
--------DragLabel.class(1KB)
--------20-1.bmp(132KB)
--------DragLabel.java(1018B)

网友评论