Search:

Type: Posts; User: Mohd

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    6,603

    Re: How I can highlight keyword search?

    There is solution by using javascript

    I found this one
    Search Engine Keyword Highlight with Javascript | SYP

    but I didn't know how to use it in jsp
  2. Replies
    4
    Views
    6,603

    Re: How I can highlight keyword search?

    <c:forEach var="book1" items="${bookList}">
    <tr>
    <td>
    <c:url var="listThreadsUrl" value="BookDetailsServlet">
    <c:param name="id"...
  3. Replies
    4
    Views
    6,603

    How to highlight search keyword in text?

    When I search by some Keyword

    I want display the result and Highlight me keyword for example:

    Keyword: Java

    "Java" display different from rest text

    any way: strong or change color ...etc
  4. Replies
    3
    Views
    3,021

    Re: How I can control Keyboard?

    Hi JavaPF,

    I solved this problem as you said
    I used ActionListener and when user type for example j
    type i or anything else

    in method keyTyped I used consume() to stop typing any character to...
  5. Replies
    3
    Views
    3,021

    How can i control keyboard through programming?

    Hello

    Suppose my program contain text area and I want change the
    layout of the keyboard to any order I want.

    The problem is how I can change the character what is in specify key?

    for...
Results 1 to 5 of 5