Coexistence patches for Java 2 DND and 1.1 non-existent DND.

This commit is contained in:
grail%cafebabe.org 1999-02-19 03:10:40 +00:00
parent ade369d1c2
commit d02bd15db7
2 changed files with 2 additions and 2 deletions

View File

@ -24,5 +24,5 @@ package grendel.dnd;
public interface DropTargetComponent {
public void setDropTarget(DropTarget dt)
throws IllegalArgumentException;
public DropTarget getDropTarget();
public DropTarget getGrendelDropTarget();
}

View File

@ -25,7 +25,7 @@ import java.awt.*;
import java.awt.datatransfer.*;
public class DropTargetContext {
public DropTarget getDropTarget() {
public DropTarget getGrendelDropTarget() {
return null;
}