Hi, im giving classpath's awt a go with my compiler,
so checked a version out.
One bug discovered thusfar:
CheckBoxMenuItem.java: getsel-objs.
should be
public Object[]
getSelectedObjects()
{
if (state == false)
return(null);
Object[] obj = new Object[1];
obj[0] = getLabel();
return(obj);
}
_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath
- RE: small bug R.S. Veldema
- RE: small bug Eric Blake
- Re: small bug arenn

