Commit e8430418 by Michael Koch Committed by Michael Koch

FileDialog.java: Import java.io.Serializable explicitly.

2004-05-05  Michael Koch  <konqueror@gmx.de>

	* java/awt/FileDialog.java: Import java.io.Serializable explicitly.

From-SVN: r81507
parent f32c742c
2004-05-05 Michael Koch <konqueror@gmx.de>
* java/awt/FileDialog.java: Import java.io.Serializable explicitly.
2004-05-05 Dalibor Topic <robilad@kaffe.org>
* java/text/AttributedString.java,
......
......@@ -41,6 +41,7 @@ package java.awt;
import java.awt.peer.FileDialogPeer;
import java.awt.peer.DialogPeer;
import java.io.FilenameFilter;
import java.io.Serializable;
/**
* This class implements a file selection dialog box widget.
......@@ -48,7 +49,7 @@ import java.io.FilenameFilter;
* @author Aaron M. Renn (arenn@urbanophile.com)
* @author Tom Tromey <tromey@redhat.com>
*/
public class FileDialog extends Dialog implements java.io.Serializable
public class FileDialog extends Dialog implements Serializable
{
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment