Applet.java, [...]: New versions from Classpath.
* java/applet/Applet.java, java/applet/AppletContext.java, java/applet/AppletStub.java, java/applet/AudioClip.java, java/awt/CardLayout.java, java/awt/ContainerOrderFocusTraversalPolicy.java, java/awt/Cursor.java, java/awt/Event.java, java/awt/Frame.java, java/awt/GridBagConstraints.java, java/awt/GridBagLayout.java, java/awt/GridLayout.java, java/awt/color/ColorSpace.java, java/awt/color/ICC_ColorSpace.java, java/awt/color/ICC_Profile.java, java/awt/color/ICC_ProfileGray.java, java/awt/color/ICC_ProfileRGB.java, java/awt/datatransfer/DataFlavor.java, java/awt/dnd/DragSourceContext.java, java/awt/dnd/DropTarget.java, java/awt/dnd/DropTargetContext.java, java/awt/event/KeyEvent.java: New versions from Classpath. * Makefile.in: Rebuilt. * Makefile.am (awt_java_source_files): Added ICC_ProfileGray and ICC_ProfileRGB. From-SVN: r58964
This commit is contained in:
@@ -50,6 +50,8 @@ import java.util.TooManyListenersException;
|
||||
public class DragSourceContext
|
||||
implements DragSourceListener, DragSourceMotionListener, Serializable
|
||||
{
|
||||
static final long serialVersionUID = -115407898692194719L;
|
||||
|
||||
protected static final int DEFAULT = 0;
|
||||
protected static final int ENTER = 1;
|
||||
protected static final int OVER = 2;
|
||||
|
||||
@@ -44,6 +44,7 @@ import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
import java.util.TooManyListenersException;
|
||||
|
||||
/** STUB CLASS ONLY */
|
||||
public class DropTarget
|
||||
{
|
||||
protected static class DropTargetAutoScroller
|
||||
|
||||
@@ -48,6 +48,8 @@ import java.util.List;
|
||||
|
||||
public class DropTargetContext implements Serializable
|
||||
{
|
||||
static final long serialVersionUID = -634158968993743371L;
|
||||
|
||||
protected class TransferableProxy implements Transferable
|
||||
{
|
||||
protected boolean isLocal;
|
||||
|
||||
Reference in New Issue
Block a user