-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.3.0
-
x86
-
windows_nt
Name: skT88420 Date: 10/19/99
1. in Method void paint(Graphics g) of a Component:
{
...
g.setColor(Color.red);
g.fillArc(...);
...
}
I expect that a completely red arc is painted, but it has a black border. This behaviour is different from JRE1.2.2 and JDK1.3-beta.
2. The source code is the same as for the bug I reported last week (Review ID: 96425, Bug Id: 4281445).
3. No error messages
4. No trace information
5. -
6. No database
7. No driver
(Review ID: 96721)
======================================================================
- duplicates
-
JDK-4277201 win32: invoking fill on a brand new Graphics object may stroke as well
- Closed