Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.26 KB | None | 0 0
  1. package cz.muni.fi.pb162.project.geometry;
  2.  
  3.  
  4. /**
  5.  * Write a description of class Color here.
  6.  *
  7.  * @author (your name)
  8.  * @version (a version number or a date)
  9.  */
  10. public enum Color
  11. {
  12.     YELLOW ,BLACK ,WHITE ,RED,BROWN,PURPLE, GREEN, BLUE;
  13.    
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement