Search:

Type: Posts; User: Hrithik

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    1,669

    How to update the UserName ?

    Hi,
    Can you please tell me how to update the username which I use to login into the site.
  2. Replies
    0
    Views
    1,470

    Issue with HttpPut parameters.

    Hi,

    I have a servlet which accepts only PUT requests. Bu when I'm send the parameters like below, those are not read in the Servlet.


    HttpClient httpClient = null;
    HttpResponse...
  3. Thread: Blob in Oracle

    by Hrithik
    Replies
    0
    Views
    1,151

    Blob in Oracle

    hi,

    I am able to insert the document with attachments in it as blob into Oracle DB.
    I am able to download the same document with the same attachments.
    But When I open it(blob) with Document...
  4. Replies
    3
    Views
    2,586

    Re: Date and Time Picker

    I have a Date Picker code. Can you help me in constructing the Time Picker .
    Or can you suggest me some websites/materials to refer

    Thx in Advance
  5. Replies
    3
    Views
    2,586

    Date and Time Picker

    Also is it possible to have Date & Time Picker in Swing...?
  6. Java Code Send email from email id configured in outlook

    Hi ,

    I am able to write java code with gmail configurations.

    I am able to send emails also.

    But I want the code/ suggestions to send email from email id configured in Outlook.

    Really...
  7. Replies
    19
    Views
    2,936

    Re: Need Help In Splittin the Java String

    public class classNaan{
    JTable MyTable = null;
    JButton detailsbutton = new JButton("Show Details");
    JPanel MyContainerPanel = new JPanel();
    private static final int CHECK_COL = 0;

    ...
  8. Replies
    19
    Views
    2,936

    Re: Need Help In Splittin the Java String

    Thank You for your prompt response curmudgeon

    Thanks a lot....!!!!!!!!!!!!!!!!!!!!!!!!!
  9. Replies
    19
    Views
    2,936

    Re: Need Help In Splittin the Java String

    FIRST:
    String str = queryTextArea.getText();
    final JTextArea textArea = new JTextArea();
    textArea.setFont(new Font("Sans-Serif", Font.PLAIN, 12));
    textArea.setText(str);...
  10. Replies
    19
    Views
    2,936

    Re: Need Help In Splittin the Java String

    Thanks

    I have a question in Swings,

    I have a text Area,beside it I want to have a button on click of Which- open a document-model dialog with TextArea/anything Like that, prepopulated with the...
  11. Replies
    19
    Views
    2,936

    Re: Need Help In Splittin the Java String

    Thanks for the prompt Response.!!!

    I have a Swing App which shoots email..
    In the JTextArea I enter:
    Hi Customer,

    Thank You For calling our bank.

    I see that your acount balance is XXX....
  12. Replies
    19
    Views
    2,936

    Re: Need Help In Splittin the Java String

    Am not worried about storing and retrieving it from DB.
    When I enter input as :
    Hi Customer,

    Thank You For calling our bank.

    I see that your acount balance is XXX.
    Blah
    Blah
    Blah
  13. Replies
    19
    Views
    2,936

    Re: Need Help In Splittin the Java String

    When i write an email like:

    Hi Customer,

    Thank You For calling our bank.

    I see that your acount balance is XXX.
    Blah
    Blah
    Blah
  14. Replies
    19
    Views
    2,936

    Need Help In Splittin the Java String

    Hi ,

    I have a java string like:
    From: someuser.ha@domain.comDate: 8/7/2012 5:20:39 PMTo: abcd@domain.comCc: abcd.efg@domain.comSubject: This is the suject line Hi,I would like to recover all my...
Results 1 to 14 of 14