bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug awt/38429] New: Declaration of ClasspathToolkit.createFont()


From: freebeans at xqb dot biglobe dot ne dot jp
Subject: [Bug awt/38429] New: Declaration of ClasspathToolkit.createFont()
Date: 6 Dec 2008 13:11:49 -0000

Declaration of ClasspathToolkit.createFont() method:
  public abstract Font createFont(int format, InputStream stream);
I think it should throws FontFormatException and IOException:
 public abstract Font createFont(int fontFormat,
                              InputStream fontStream)
                       throws FontFormatException,
                              IOException

Because Font.createFont() method throws the exceptions.


-- 
           Summary: Declaration of ClasspathToolkit.createFont()
           Product: classpath
           Version: 0.97.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: awt
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: freebeans at xqb dot biglobe dot ne dot jp


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38429





reply via email to

[Prev in Thread] Current Thread [Next in Thread]