Search results

  1. K

    Is it possible to setup a public wireless network, and charge people to use the...

    ...wifi via their phone credit? Is it possible to setup a public wireless network, and charge people to use the wifi via their phone credit (in the case of a prepaid phone) or on their monthly phone bill?
  2. K

    Why does the following code not work for loading images (in Java)?

    i am trying to make a java application that imports images, and i use this code: base = System.getProperty("user.dir"); evildumb = Toolkit.getDefaultToolkit().getImage(base+"\evildumb.gif"); there is a file in the directory that is called evildumb.gif, but it doesnt appear when i...
Back
Top