Search:

Type: Posts; User: lost

Search: Search took 0.09 seconds.

  1. Re: JFileChoose and FileOutputStream, nothing is being saved

    Actually, the code works fine... The file I was trying to grab I forgot I had changed the name, sorry about this..
  2. JFileChoose and FileOutputStream, nothing is being saved

    Hey I'm pretty lost, hence my username, but I have this code here:


    package downloadtesting;
    import java.io.*;
    import java.net.*;
    import javax.swing.JFileChooser;

    public class...
  3. Problem getting selected item as string from JComboBox

    Hey there I'm trying to implement my own custom JComboBox class as here:



    package guitesting;


    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import...
  4. Replies
    3
    Views
    3,133

    Re: Problem sending POST request with Java..

    As in the UUID isnt getting sent over the url for instance it should be like:

    http://myurl.net/index.php?nmb=<UUID HERE>

    but instead its just not being sent, I use $UID = $_GET['nmb']; to grab...
  5. Replies
    3
    Views
    3,133

    Problem sending POST request with Java..

    Hey there, for some reason my post request meaning to be: http://myurl.net/index.php?nmb=random_chars_etc wont work, here's my code:


    import java.util.UUID;
    import java.io.BufferedReader;...
Results 1 to 5 of 5