Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
444 views
in Technique[技术] by (71.8m points)

java - Could be Text orientation of JTextArea changed by keyboard shortcut?

A JTextArea has componenent orientation set to LEFT, so text is written from left to right. Sometimes, it happens that while the user is writing, the text orientation suddenly changes to right, so all the text appears aligned to right. I can't explain why this happens (I have no direct feedback by users), but I guess that, while the user is typing, he activates some keyboard shortcut which changes the text orientation. Does someone know how this can happen? Can be there something else which triggers the change of text orientation in a text area?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Swing has predefined keyboard shortcuts which activates within the creation of swing objects. You should edit your key bindings. This article is useful for your situation.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...