The_Jackal
15 Jul 2009, 10:32 PM
The Window class in 2.0 and (currently) trunk contains a duplicate misspelled method
The invalid method is missing an "i" in isMaximzed:
public boolean isMaximzed() {
return maximized;
}the real method is also there:
public boolean isMaximized() {
return maximized;
}Please remove the invalid method before people start using it.
Regards,
Carl.
The invalid method is missing an "i" in isMaximzed:
public boolean isMaximzed() {
return maximized;
}the real method is also there:
public boolean isMaximized() {
return maximized;
}Please remove the invalid method before people start using it.
Regards,
Carl.