This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libgcj/6756: missing Constructor in java.awt.Color



>Number:         6756
>Category:       libgcj
>Synopsis:       missing Constructor in java.awt.Color
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue May 21 08:06:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        3.2 20020521 (experimental)
>Organization:
kirra.net
>Environment:
System: Linux cm-linux.lla.sema.se 2.4.17 #8 mån feb 18 17:25:46 CET 2002 i686 unknown
Architecture: i686

	
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: ./configure --prefix=/usr/local/gcc-3.2 --enable-threads --disable-static --enable-languages=java : (reconfigured) ./configure --prefix=/usr/local/gcc-3.2 --enable-threads --enable-languages=java --disable-static : (reconfigured) 
>Description:
java.awt.Color is missing one Constructor from the specs
Color(float r, float g, float b, float a)

Color(float r, float g, float b) is available,
the fourth argument is alpha.

>How-To-Repeat:

compile swing from classpath with AWT from libgcj,
this constructor is used in one place.

>Fix:

Most of the code is there,
so the extra constructor is easily hacked together.


>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]