Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4760478

JColorChooser construction is slow

XMLWordPrintable

      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)
      ======================================================================

            malenkov Sergey Malenkov (Inactive)
            svioletsunw Scott Violet (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: