aspose file tools
The moose likes Beginning Java and the fly likes Rectangle (stroke) width Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply locked New topic
Author

Rectangle (stroke) width

Rob Michaelson
Ranch Hand

Joined: Jul 15, 2003
Posts: 36
Hello,
Is there any way to make the ARectangle Outline a certain thickness(Stroke)?
[coded]
// Create the "focus" rectangle
focusRect = new ARectangle(10, 0, 175, 185);
focusRect.place(win);
[/code]
Rob
Dirk Schreckmann
Sheriff

Joined: Dec 10, 2001
Posts: 7023
continued elsewhere


[How To Ask Good Questions] [JavaRanch FAQ Wiki] [JavaRanch Radio]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Rectangle (stroke) width
 
Similar Threads
Rectangle versus java.awt.Rectangle
DefaultTreeSelectionModel
How do I make the outline of a rectangle thicker?
Inheritence
How to draw a line with text on it??