Community
Participate
Working Groups
{
//added for defect_155603: If the source directory is selected, disable the selectAllButton
enableSelectAllDeselectAll(false, true);
setErrorMessage(null);
return true;
}
else
protected void setMessageBackgrounds(boolean showingError) {
Color color;
if (showingError)
// if (showingError)
color = errorMsgAreaBackground;
// color = errorMsgAreaBackground;
// else
color = normalMsgAreaBackground;
messageLabel.setBackground(color);
messageImageLabel.setBackground(color);