\r
import java.io.*;\r
\r
-public class Format { /**\r
+public class Format {\r
+ /**\r
* Formats the number following printf conventions.\r
* Main limitation: Can only handle one format parameter at a time\r
* Use multiple Format objects to format more than one number\r
* </dl>\r
* </ul>\r
* @exception IllegalArgumentException if bad format\r
+ *\r
*/\r
\r
public static String getHexString(java.awt.Color color)\r