Recent content by frank3usc

  1. F

    Java's random number generator??

    Ok, I see what you are saying and appreciate that. I will give it a try and see how things go. Thanks
  2. F

    Java's random number generator??

    Anybody ever used this? This is what I have to do HERE. Not sure how it works or whatever. Any help would be appreciated.Thanks
  3. F

    Adding Formulas

    Ok I have to make a program where I give it some formulas and it gives me the answers. Here is the what I have to do Program and here is the program.I have tried some things but it is not working for some reason. I got it working with the radius, now i gotta put in a formula for it to find the...
  4. F

    Program using JOptionPane??

    Ok got this far and getting these errors now: /** * radius.java * * * Created: Mon Jan 27 13:34:56 2003 * * @author <a href="mailto:Jonathan@DESKTOP"></a> * @version */// Java packages import javax.swing.JOptionPane; public class radius{ public radius() { } public static void main(String[]...
  5. F

    Program using JOptionPane??

    bump
  6. F

    Program using JOptionPane??

    Anybody know anything about this????
  7. F

    Program using JOptionPane??

    That is what I have so far, pretty much nothing. I have to make it echo the number i put in there and I am not sure what will do that for me. Then I have to find all the other stuff that I posted above. Any help?? /** * radius.java * * * Created: Mon Jan 27 13:34:56 2003 * * @author <a...
  8. F

    Program using JOptionPane??

    Ok I am having to do a program with java using JOptionPane and I am a little losted really. This is what I am having to do:Program I have some of the formulas but don't know what to type in to make it read them. If anybody can help my aim is mrjp11 and my icq is 168138609. Thanks
  9. F

    Sound Card

    Well I got a new computer for christmas and me and a friend put it together. It worked fine while at home with no errors. When I got back to school and turn it on I get an error message saying "The sound care is not installed properly. Reinstall and try again". It works fine though so I was...
  10. F

    Do you use a screen saver?

    Is it better for your monitor to go on standby or be set to turn off after so long or does it really matter?
  11. F

    best *FREE* popup blocker?

    I use the popup stopper from panicware.
  12. F

    First Program???

    Yes it runs fine now
  13. F

    First Program???

    Ok thanks for your help. Prolly be some more questions later on in the semester.
  14. F

    First Program???

    How would I go about that? I am new to this soo......:(
  15. F

    First Program???

    Ok, I am trying to write a program for one of my classes. I tried mine and it didn't work and then I tried what was in the book and copied straight out the book and it still didn't work. public static void main(String[] args) { System.out.println("Hello out there."); System.out.println("Want...