Results 1 to 11 of 11
Thread: multi selection of text
- 06-26-2010, 05:14 PM #1
Member
- Join Date
- Jun 2010
- Posts
- 17
- Rep Power
- 0
- 06-26-2010, 05:18 PM #2
Member
- Join Date
- Jun 2010
- Posts
- 26
- Rep Power
- 0
rephrase your question plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
- 06-26-2010, 05:33 PM #3
Member
- Join Date
- Jun 2010
- Posts
- 17
- Rep Power
- 0
we can select multiple folders in windows.
Likewise i want to select a text in a trext editor
- 06-26-2010, 05:42 PM #4
Member
- Join Date
- Jun 2010
- Posts
- 26
- Rep Power
- 0
do you mean multiple lines or multiple selection instances?
- 06-26-2010, 06:01 PM #5
Member
- Join Date
- Jun 2010
- Posts
- 17
- Rep Power
- 0
yes, u are right
-
- 06-26-2010, 07:07 PM #7
Member
- Join Date
- Jun 2010
- Posts
- 17
- Rep Power
- 0
i mean can we select multiple lines of text i.e can we select lines alternatively or randomly or many instances of lines in text.
Is the question now understandable?
- 06-26-2010, 07:20 PM #8
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,395
- Blog Entries
- 7
- Rep Power
- 17
- 06-26-2010, 08:12 PM #9
Senior Member
- Join Date
- Jul 2009
- Posts
- 1,143
- Rep Power
- 5
You can't "select" multiple lines or blocks of text.
You can "highlight" multiple blocks of text. You can use a Highlighter for this. Read the API, I think you use getHighlighter() to add highlights.
Or, if you really do need the ability to select multiple lines then use a JList where each item in the list is a line of text.
- 06-27-2010, 07:06 AM #10
Member
- Join Date
- Jun 2010
- Posts
- 17
- Rep Power
- 0
can u get me some code that implements selection of multiple blocks and also another alternative you said about
- 06-27-2010, 08:45 AM #11
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,395
- Blog Entries
- 7
- Rep Power
- 17
Camickr publishes an excellent website: link, with a lot of examples, ready to run code and great explanations; when it comes to Swing his website is bookmarked next to Sun's Swing Tutorials.
kind regards,
Jos
ps. you should search for 'highlighter' on his site.
Similar Threads
-
discontinuous text selection
By joypik in forum New To JavaReplies: 4Last Post: 06-16-2010, 07:48 AM -
unable to clear text Field in Multi Screen JFrame GUI Application
By harshalforu in forum AWT / SwingReplies: 1Last Post: 04-26-2010, 01:02 PM -
Single and Multi Selection Lists
By Java Tip in forum SWTReplies: 0Last Post: 07-02-2008, 08:03 PM -
How to highlight text by drag and selection
By Java Tip in forum java.awtReplies: 0Last Post: 06-25-2008, 10:35 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks