-
Bug
-
Resolution: Won't Fix
-
P5
-
None
-
1.4.0
-
x86
-
windows_2000
Name: sv35042 Date: 10/09/2002
FULL PRODUCT VERSION :
java version "1.4.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-b92)
Java HotSpot(TM) Client VM (build 1.4.0-b92, mixed mode)
FULL OPERATING SYSTEM VERSION :
Microsoft Windows 2000 [Version 5.00.2195]
EXTRA RELEVANT SYSTEM CONFIGURATION :
confirmed slow on multiple machines of different
configurations.
A DESCRIPTION OF THE PROBLEM :
Instanciationg JColorChooser is slow...like significantly
slow.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
public static void main(String[] args)
{
// mark time
JColorChooser jcc = new JColorChooser()
// mark 2nd time
// print difference
}
EXPECTED VERSUS ACTUAL BEHAVIOR :
Should be faster
This bug can be reproduced always.
---------- BEGIN SOURCE ----------
public static void main(String[] args)
{
// mark time
JColorChooser jcc = new JColorChooser()
// mark 2nd time
// print difference
}
---------- END SOURCE ----------
CUSTOMER WORKAROUND :
we're stuck if we're waiting on this for a cell editor.
(Review ID: 145922)
======================================================================
FULL PRODUCT VERSION :
java version "1.4.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-b92)
Java HotSpot(TM) Client VM (build 1.4.0-b92, mixed mode)
FULL OPERATING SYSTEM VERSION :
Microsoft Windows 2000 [Version 5.00.2195]
EXTRA RELEVANT SYSTEM CONFIGURATION :
confirmed slow on multiple machines of different
configurations.
A DESCRIPTION OF THE PROBLEM :
Instanciationg JColorChooser is slow...like significantly
slow.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
public static void main(String[] args)
{
// mark time
JColorChooser jcc = new JColorChooser()
// mark 2nd time
// print difference
}
EXPECTED VERSUS ACTUAL BEHAVIOR :
Should be faster
This bug can be reproduced always.
---------- BEGIN SOURCE ----------
public static void main(String[] args)
{
// mark time
JColorChooser jcc = new JColorChooser()
// mark 2nd time
// print difference
}
---------- END SOURCE ----------
CUSTOMER WORKAROUND :
we're stuck if we're waiting on this for a cell editor.
(Review ID: 145922)
======================================================================