Recent content by hockeygoalie5

  1. hockeygoalie5

    Computer Sporadically Reboots

    It's not heat, temperatures are fine, even during gaming. The difficulty with narrowing it down like that is that it happens so inconsistently.
  2. hockeygoalie5

    Computer Sporadically Reboots

    My system: ASRock FM2A88M Pro3+ AMD Anthlon X4 880K Quad Core Processor NVIDIA GeForce GTX 1060 6GB Corsair 2 x 4GB DDR3 1333MHz EVGA 500W 80+ Bronze Certified ATX Power Supply SanDisk Ultra 3D 1TB SSD Seagate Barracuda 1TB HDD Windows 10 Education Edition With no pattern I can tell, my...
  3. hockeygoalie5

    Hey, You Guys Again

    Thanks! I'm never too busy to talk with fellow geeks.
  4. hockeygoalie5

    Stuff that scares you with computers...

    That's really no problem for me, I have a current version of every current site I'm working with offline.
  5. hockeygoalie5

    Hey, You Guys Again

    Ha! Ah, did miss the fun I've had here. I would've forgotten again this morning if I didn't get thread reply emails.
  6. hockeygoalie5

    What is your country?

    'Merica.
  7. hockeygoalie5

    Stuff that scares you with computers...

    Too often this happens, gives me a small heart attack.
  8. hockeygoalie5

    Hey everyone, I am new in Computer forumds

    Welcome! Hope you enjoy the community.
  9. hockeygoalie5

    Hey, You Guys Again

    When was the last time I posted here? Eh, might start rejoining the community if I remember to.
  10. hockeygoalie5

    I need to put a HTML code into PHP....Help!! :(

    To clarify, this is the same way you put the fields into the other boxes?
  11. hockeygoalie5

    background help

    Yes, the backgrounds you say they should have, they do. If you can see them fine on your computer, then everyone else can too.
  12. hockeygoalie5

    Java Problems

    Works now, thanks for the help! I've discovered the timer.cancel() method.
  13. hockeygoalie5

    Java Problems

    I've finished the code, removed the for int i loop and replaced it with a Timer. Now, I need to have the code constantly checking for On because On is dynamic and it's only checking once, if On is true (default false) then the code won't pick it up. if(On) { Timer timer =...
  14. hockeygoalie5

    Java Problems

    Okay, so that works, but I just can't figure out how to make it constantly check for On without a loop!
  15. hockeygoalie5

    Java Problems

    Okay, I removed that line and it did compile perfect and fine, but the frame still isn't showing! Yes, I set visible to true. AutoTyper package org.smartrobot; import java.awt.AWTException; import java.awt.FlowLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener...
Back
Top Bottom