Draws the outline of the specified rectangle using the current color. Use drawRect(x, y, width-1, height-1) to draw the outline inside the specified rectangle. @param x the x coordinate @param y the y coordinate @param width the width of the rectangle @param height the height of the rectangle @see #
(int x, int y, int width, int height)