// This method does nothing, // just sets this.brush to itself. // Note misspelling brash for brush. // No warning! // Eclipse compiler will warn you though. public voidsetBrush ( int brash ) { this.brush = brush; }