Color.java: Specified java.io for Serializable.
* java/awt/Color.java: Specified java.io for Serializable. * java/awt/Toolkit.java: Imported java.net.URL. From-SVN: r32639
This commit is contained in:
parent
ef49f59036
commit
54b43a686d
3 changed files with 7 additions and 1 deletions
|
@ -19,7 +19,7 @@ package java.awt;
|
|||
* Status: Stubbed; A very incomplete implementation.
|
||||
*/
|
||||
|
||||
public class Color extends Object implements Paint, Serializable
|
||||
public class Color extends Object implements Paint, java.io.Serializable
|
||||
{
|
||||
public static final Color white = new Color(0xFFFFFFFF, true);
|
||||
public static final Color lightGray = new Color(0xFFC0C0C0, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue