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

JSpinner doesn't allow for setting of selection color

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P5 P5
    • None
    • 5.0
    • client-libs

      A DESCRIPTION OF THE REQUEST :
      JSpinner, like JTextField, JTextArea allows for text to be entered into its field and should therefore (for consistency sake), allow for its selection color to be set.

      JUSTIFICATION :
      Again, this is a consistency issue. If one wishes to follow the rules of consistency within the UI, then one should be allowed to change the color of selected text inside of this component as well.


      ---------- BEGIN SOURCE ----------
      JSpinner mySpinner = new JSpinner();

      mySpinner.setSelectionColor(new Color(230,105,0));
      ---------- END SOURCE ----------

            peterz Peter Zhelezniakov
            ndcosta Nelson Dcosta (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: