Search:

Type: Posts; User: mdhmdh100

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    1,402

    string-int-char

    i have a string as below

    string s =[104, 105, 103];

    i want to extract the integer values and show it as character in Ascii format e.g

    104=h
    105=i
    103=g
  2. Replies
    5
    Views
    1,834

    Re: add action listener problem

    great thanks .
  3. Replies
    5
    Views
    1,834

    Re: add action listener problem

    these are the errors on compilation . i use jdk1.3
  4. Replies
    5
    Views
    1,834

    add action listener problem

    i have getting errors when i try to compile this code relating to ACTIONLISTENER . i use JDK1.3



    import java.awt.*;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    ...
Results 1 to 4 of 4