Search:

Type: Posts; User: esplanade56

Search: Search took 0.06 seconds.

  1. Replies
    1
    Views
    1,433

    Help needed here!

    Hi everyone!

    Is there a file chooser (like JFileChooser) for JSP pages for downloading of files. I've seen a lot of uploading of files but I need the download verison. Or is it possible to include...
  2. Replies
    1
    Views
    2,835

    Audio and Waveforms on Java

    Hi everyone!

    I'm working on an application that lets users to do voice recording and playback. I also have to display the waveform while recording the voice. Is there any examples or guides I can...
  3. What's wrong with my code for remembering JFileChooser's Last Directory?

    I need to let my JFileChooser to remember my last directory that I've visited.

    Error I got:Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    at...
  4. Re: How to allow my program to keep runningwithout closing it?

    Yeap. I guess it's loop I'm talking about. But how do I go about doing it?



    How do I go about doing the clearing of previous inputs?
    I tried to use setText(" "); but it doesn't work. The...
  5. How to allow my program to keep runningwithout closing it?

    As mentioned in the title, How do I go about allowing my program to run as many times without having to close the program?

    Now, I am able to run my program but problem is whenever I click the...
  6. Replies
    2
    Views
    3,367

    Re: JExcelAPI Error

    bumps

    Anyone can help?
  7. Replies
    2
    Views
    3,367

    JExcelAPI Error

    Hi guys,

    I need some help here. My program is supposed to read a selected XLS file and it will run the keystroke (auto entering). However, it got the following error:

    Warning: Cannot read name...
  8. Thread: JExcelAPI

    by esplanade56
    Replies
    5
    Views
    2,829

    Re: JExcelAPI

    So by using Sheet's getCell(), I'd be able to get the data values of the cells right?
  9. Thread: JExcelAPI

    by esplanade56
    Replies
    5
    Views
    2,829

    Re: JExcelAPI

    Thanks for the reply. Is it possible to give me an example using Apache POI?
  10. Thread: JExcelAPI

    by esplanade56
    Replies
    5
    Views
    2,829

    JExcelAPI

    Hi there,

    I'm doing a Java application that allows users to input the range (eg. A1:B3) of the excel sheet they wish to get the data from. Then the program will read the content and output it....
  11. Replies
    12
    Views
    3,269

    Re: Regarding Keystrokes

    I need to make a Keystroke program that allows users to customise the way they want the commands to work. This customised data will then be saved as txt file, then the program will read the datas and...
  12. Replies
    12
    Views
    3,269

    Re: Regarding Keystrokes

    Which means to say this method is not workable? If thats the case, is there any way I can do to make it work?
  13. Replies
    12
    Views
    3,269

    Re: Regarding Keystrokes

    If my saved txt file is like below, I can still read them as integers?
  14. Replies
    12
    Views
    3,269

    Re: Regarding Keystrokes

    I got this codings off the internet, and now I'm trying to implement it. because this keystroke is hardcoded, I wish to make it run with customised commands.

    What I want to do:

    Launch the...
  15. Replies
    12
    Views
    3,269

    Re: Regarding Keystrokes

    Thanks for the reply. May I ask if there is any examples on Keystroke in String? Cause what I have now is Keystroke in integers.
  16. Replies
    12
    Views
    3,269

    Regarding Keystrokes

    Hi all,

    I'm working on a project that makes a keystroke program. Currently I have some questions, hopefully I'll be able to get some help here.


    When I click on the start button, I need to...
Results 1 to 16 of 17