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

JSlider.createStandardLabels(int increnment) hungs program, when increment<=0

XMLWordPrintable

    • 1.2.2
    • sparc
    • solaris_2.5.1



      Name: aaC67449 Date: 01/06/99


      JSlider.createStandardLabels(int increnment) hungs program, when increment<=0
      It will be better to throw IllegalArgumentException in this case.

      See example.


      --------------- Example---------------------------
      import javax.swing.*;

      public class Test {
          public static void main(String argv[]) {
             JSlider c=new JSlider();
             System.out.println("Start test");
             c.createStandardLabels(-1);
             System.out.println("Ok");
          }
      }

      ----------------output------------------
      Start test
      ^C


      ======================================================================

            tsantossunw Tom Santos (Inactive)
            aalievsunw Artem Aliev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: