Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Advanced-java] Java Swing question.
- From: Leonard.Reinstein@xxxxxx (Reinstein, Lenny)
- Subject: [Advanced-java] Java Swing question.
- Date: Thu, 21 Mar 2002 14:08:29 -0500
This is OK, but how can I make that token invisible? All this has to be hidden from the user. The user can open the text component with some content already there. He clicks somewhere in the middle of the text and tries to paste some text in it. I handle paste manually. So, I need to know where he has the Caret, including newlines. Say, I replace newlines with some tokens before I load the content, but the user should not see then. He/she should see paragraphs, as though the newlines are there. I am OK with any solution as long as it works and can be appplied here. Many thanks in advance. -----Original Message----- From: Tim O'Neil [mailto:toneil@xxxxxxxxxx] Sent: Thursday, March 21, 2002 1:53 PM To: 'Advanced-java@xxxxxxxxxxxxxxxxxxxxxx' Subject: RE: [Advanced-java] Java Swing question. First thing that comes to mind is convert newline characters into a token. Or something like that. Hopefully there is a better suggestion than that though From: Reinstein, Lenny [mailto:Leonard.Reinstein@xxxxxx] >The JTextComponent's getCaretPosition() method does not seem to take newline >characters >into account. It is quite important for me because I intercept paste to >filter out special characters, do some other processing that depends on the >location of the caret. Is there a workaround for this? And now, a message from Satan: *********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. *********************************************************************** _______________________________________________ Advanced-java mailing list Advanced-java@xxxxxxxxxxxxxxxxxxxxxx http://lists.xcf.berkeley.edu/mailman/listinfo/advanced-java
- Prev by Date: [Advanced-java] Java Swing question.
- Next by Date: [Advanced-java] Java Swing question.
- Previous by thread: [Advanced-java] Java Swing question.
- Next by thread: [Advanced-java] Java Swing question.
- Index(es):