Search:

Type: Posts; User: rtumatt

Search: Search took 0.11 seconds.

  1. need help with 'org.apache.commons.net.ftp.FTPClient'

    I have this code which uploads to my ftp server fine however i am unable to return a value of how far the file has uploaded, any help would be appreciated thanks.

    code:
    import...
  2. Replies
    2
    Views
    2,290

    Re: IllegalArgumentException: Pan not supported

    Pan is something to do with the audio like panning sound i think. Nothing in my actual code
  3. Replies
    2
    Views
    2,290

    IllegalArgumentException: Pan not supported

    My program plays wav files, under windows this works fine but i am now developing the application on my Ubuntu 10.4 machine and with the same source code i get the error:

    Exception in thread...
  4. Replies
    2
    Views
    3,509

    Re: Create buttons at runtime

    That helped me out more than you can imagine, thankyou! i have the problem of the positioning of the buttons now all being ontop of each other :S
  5. Replies
    1
    Views
    3,292

    Re: how to merge my OO with GUI

    Hi Firstly to get to grips with GUI's use netbeans or eclipse (with the jigloo GUI plugin) What you then aim to do is call methods just like you would in your main program. To do this you could add...
  6. Replies
    2
    Views
    3,509

    Create buttons at runtime

    Hello all I am trying to read for example 4 html files from a directory then at runtime the buttons are created (this is important as at runtime there could be 5 html files etc) which will correspond...
  7. Re: how do I keep a persistent prompt in JTextArea and allow user input

    import java.util.Scanner;

    declare the following in your constructor:


    source = new Scanner(System.in);

    declare the variable:

    private Scanner source;
  8. Jigloo help to produce a text area which only scrolls down

    Hi i would like to know how to make a text area in Jigloo and have it only scroll down. There should be the option to set expands horizontal to false but i am unable to find this setting. Thankyou
  9. Replies
    3
    Views
    2,537

    Re: Adding to Array from JavaSpace problem

    thankyou for the reply. I have been reading alot on JavaSpaces, turns out to treat objects as if they were in an array you need to write a head and tail object to space to keep track, i thought this...
  10. Replies
    2
    Views
    2,064

    Adding to Array from JavaSpace problem

    Not sure if this is advanced or not but here goes:

    I'm now stuck on such a simple task I have no idea what to do. I just want to take from the space all "chatRooms" then extract the chat room name...
  11. Replies
    3
    Views
    2,537

    Adding to Array from JavaSpace problem

    I'm now stuck on such a simple task I have no idea what to do. I just want to take from the space all "chatRooms" then extract the chat room name which i will keep in an array, then write to the...
Results 1 to 11 of 11