Java Swing: User typing text – inserting it in the middle of a sentence: The problem is the cursor jumps to the end after each letter being typed
I know Java Swing is dated, but I still use it. Mostly I use JTextArea and it works fine, if the users wants to insert text in the middle of existing text. But there is no line spacing in JTextArea and in Hebrew with punctation the punctation of the lines above and below overlap. Therefore I used a JTextPane instead and was able to change the line spacing. BUT if the user wants to insert text into an existing text, the cursor jumps to the end of the text after EACH letter. That makes inserting text tedious.
Java Swing: User typing text – inserting it in the middle of a sentence: The problem is the cursor jumps to the end after each letter being typed
I know Java Swing is dated, but I still use it. Mostly I use JTextArea and it works fine, if the users wants to insert text in the middle of existing text. But there is no line spacing in JTextArea and in Hebrew with punctation the punctation of the lines above and below overlap. Therefore I used a JTextPane instead and was able to change the line spacing. BUT if the user wants to insert text into an existing text, the cursor jumps to the end of the text after EACH letter. That makes inserting text tedious.
Java Swing: User typing text – inserting it in the middle of a sentence: The problem is the cursor jumps to the end after each letter being typed
I know Java Swing is dated, but I still use it. Mostly I use JTextArea and it works fine, if the users wants to insert text in the middle of existing text. But there is no line spacing in JTextArea and in Hebrew with punctation the punctation of the lines above and below overlap. Therefore I used a JTextPane instead and was able to change the line spacing. BUT if the user wants to insert text into an existing text, the cursor jumps to the end of the text after EACH letter. That makes inserting text tedious.
Java Swing: User typing text – inserting it in the middle of a sentence: The problem is the cursor jumps to the end after each letter being typed
I know Java Swing is dated, but I still use it. Mostly I use JTextArea and it works fine, if the users wants to insert text in the middle of existing text. But there is no line spacing in JTextArea and in Hebrew with punctation the punctation of the lines above and below overlap. Therefore I used a JTextPane instead and was able to change the line spacing. BUT if the user wants to insert text into an existing text, the cursor jumps to the end of the text after EACH letter. That makes inserting text tedious.
Java Swing: User typing text – inserting it in the middle of a sentence: The problem is the cursor jumps to the end after each letter being typed
I know Java Swing is dated, but I still use it. Mostly I use JTextArea and it works fine, if the users wants to insert text in the middle of existing text. But there is no line spacing in JTextArea and in Hebrew with punctation the punctation of the lines above and below overlap. Therefore I used a JTextPane instead and was able to change the line spacing. BUT if the user wants to insert text into an existing text, the cursor jumps to the end of the text after EACH letter. That makes inserting text tedious.