Search:

Type: Posts; User: venkyInd

Search: Search took 0.48 seconds.

  1. Re: HAPPY 2nd BIRTHDAY JAVA PROGRAMMING FORUMS!!!

    'HAPPY BIRTHDAY' JAVA PROGRAMMING FORUMS
  2. Replies
    2
    Views
    4,516

    Re: Change of color for selected text in AWT

    Hi, Iam actually looking to change the color of text either for textarea or list control ( AWT). should be able to display color of errored text in red and remaining text in black at the same time....
  3. Replies
    2
    Views
    4,516

    Change of color for selected text in AWT

    Hi All,

    I have developed a tool using AWT components and i use the textarea and list control to populate data records in the list control. My problem is , if there is an error record, i would want...
  4. Replies
    2
    Views
    1,701

    Re: misalignment of list items

    Thanks. will give a try.
  5. Replies
    2
    Views
    1,701

    misalignment of list items

    Hello All,

    My code reads like this. I have used the AWT


    list l = new List(50, true);
    add(list);
    --
    ---
Results 1 to 5 of 5