Search:

Type: Posts; User: mulligan252

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    1,447

    Guitar Tablature

    Hi, i am working on a project for college that displays guitar tablature when the user types in a note. I want to have a graphical interface showing a guitar fretboard on the screen and when the...
  2. Replies
    2
    Views
    2,131

    Recording Sound

    Hi, I want to capture different notes from my guitar and other instruments with Java and save them in a list. If i am inputting the sound into the microphone jack on my computer, can someone...
  3. Replies
    3
    Views
    1,234

    Re: Displaying byte files

    I don't have a ZipFile object. I had to write a program that expands a zip file that contains four files.. two .txt files and two .exe files and display and modify contents of these files. I was able...
  4. Replies
    3
    Views
    1,234

    Displaying byte files

    Hi, as part of an assignment i have to display the contents of a byte file which is inside a zip file using a java swing component. There is .exe file there and i would like to display the contents...
  5. Thread: Deadlock!!

    by mulligan252
    Replies
    7
    Views
    1,939

    Re: Deadlock!!

    This is nonsense? explain please why? I am just asking a question about deadlock as i am new to threads and synchronization. This was a problem i was given as part of an assignment. I know the...
  6. Thread: Deadlock!!

    by mulligan252
    Replies
    7
    Views
    1,939

    Deadlock!!

    Hi, I am trying to fix the deadlock situation here. Each Thread is waiting for the other to exit the bow synchronized method and therefore bowback method can not be invoked. How can i fix this code...
  7. Replies
    4
    Views
    2,025

    Reverse Words Problem

    Hi, i am trying to create a method that will accept a string, it will then return a string with every pair of words in the first string reversed.

    For example, input string: " Hello this is a test...
  8. Replies
    4
    Views
    2,799

    Re: Reverse every pair of words in a string

    Its telling me out of bounds exception. I have been trying hours now to get this code working but no success. Can someone please suggest the way i should do it please.
  9. Replies
    4
    Views
    2,799

    Re: Reverse every pair of words in a string

    I tried this, but i am getting all sorts of errors. Could someone please suggest a better way if possible. Thanks.

    //

    public static String wordPairReverse(String source){

    StringTokenizer...
  10. Replies
    4
    Views
    2,799

    Reverse every pair of words in a string

    Hi, i am trying to create a method that will accept a string, it will then return a string with every pair of words in the first string reversed.

    For example, input string: " Hello this is a test...
  11. Replies
    4
    Views
    2,199

    Re: JFileChooser Please Help

    Thanks alot. How do i get my JfileChooser object to to deal with the selected zip file?
  12. Replies
    4
    Views
    2,199

    Re: JFileChooser Please Help

    so far i have this.. i can select only zip files with the JFileChooser but i don't know how to get the program to deal with the data in the text files inside the zip file.

    //
    import...
  13. Replies
    4
    Views
    2,199

    JFileChooser Please Help

    Hi, I am fairly new to java. I was given an assignment to do which i find difficult. I must create a program that uses JFileChooser to select a zip file that contains 2 text files. The program then...
Results 1 to 13 of 13