Search:

Type: Posts; User: learn_java

Search: Search took 0.10 seconds.

  1. Replies
    0
    Views
    1,458

    [SOLVED] Reading ip and port from xml file

    Hi,
    I am trying to read the ip and port number from xml file and using its value in my code. But I am facing problem to connect to server through ip and port number which I get from xml file....
  2. Reading XML content and storing in variable

    Hi,
    I am using SAX parser to parse the xml file.

    I am trying to store the tag value in some variable so that I can use that variable across the project and in future if any changes need to be...
  3. Replies
    1
    Views
    1,874

    [SOLVED] History of previouse input in JTextField

    Hi,

    I am looking for the swing code that make the JTextField to remember the earlier type value in it.

    Like I type abc in JTextField and do some process(any) then If I clicked on it it should...
  4. Replies
    1
    Views
    1,994

    [SOLVED] Inserting into database through swing

    Hi,

    I am trying to insert data into database throgh swing. I am able to connect to database but while executing the query I am getting sql exception.

    My code is as follow.

    String sql="INSERT...
  5. Replies
    2
    Views
    1,552

    [SOLVED] Re: Form in Swing

    ohh...thanks.....i will use textarea then
  6. Replies
    2
    Views
    1,552

    [SOLVED] Form in Swing

    Hi,
    I have created one form in swing using netbean. I am stuck with the address field in the form, as I am not able to use enter keyword in the address textfield to write the next line of address....
Results 1 to 6 of 6