Recent content by jxmetal

  1. J

    JAVA Help!!! Using DecimalFormat

    Figured it out!
  2. J

    JAVA Help!!! Using DecimalFormat

    Hey everyone I need quick help.....I can't figure out where to put a DecimalFormat class..... Here's my code, I'm going to have to give you all of it because I'm not sure where it goes. import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.text.DecimalFormat...
  3. J

    HiJackThis log...Please check it out

    Here's my log, can someone inform me on what to do here? Thanks! Logfile of HijackThis v1.97.7 Scan saved at 4:01:05 PM, on 10/27/2004 Platform: Windows XP SP1 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP1 (6.00.2800.1106) Running processes: C:\WINDOWS\System32\smss.exe...
  4. J

    Can't boot in Safe Mode....freezes up Please Help

    thank you I'll give it a try
  5. J

    JAVA Help!! Recalling a method in a case/switch statement

    wow, i would've thought of that if i wasn't an idiot. Thanks
  6. J

    JAVA Help!! Recalling a method in a case/switch statement

    regularBill and premiumBill are my 2 methods
  7. J

    Can't boot in Safe Mode....freezes up Please Help

    I've been wanting to run Hijackthis but I've been unable to boot in safe mode. When booting it says "To stop loading d347bus.sys press Esc" I can let it sit for a while and it does nothing or I can hit Esc and it freezes up.......any ideas?
  8. J

    JAVA Help!! Recalling a method in a case/switch statement

    I was wondering how you recall a method for a case/switch statement. Here's the code I need filled in, thank you. The bold words are my methods. switch(CustomerType) { case 'r': case 'R': regularBill; System.exit(0); break; case 'p': case 'P'...