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

[TextInputControl] Provide caretBlinkRate property

XMLWordPrintable

      In Swing you could set the blink rate of caret as:

      JTextComponent c = new JTextArea();

      // Set rate to blink once a second
      c.getCaret().setBlinkRate(1000);

      // Set the caret to stop blinking
      c.getCaret().setBlinkRate(0);

      But in JavaFX there are no available methods to set the blink rate of caret. It would be nice if there is a caretBlinkRate property which does this.

            Unassigned Unassigned
            asarkar Anirvan Sarkar
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Imported: