Jump to content

bomberblyat

Member
  • Posts

    409
  • Joined

  • Last visited

Everything posted by bomberblyat

  1. Yeah, i will buy m40x again if there's nothing "better"
  2. Yes i did, thank's for mentioning that typing mistake
  3. Oh sorry, i totally forgot to tell that, i am gamer, BUT i listen a lot of music so i dont really need "gaming headsets or any sort of that stuff"
  4. Hi! So today sadly my Audio technica ath-m40x headphones broke, i really liked them, but as they broke i need new ones. Im seeking for good under 105 US Dollar (91.01 euros) headphones, i think i need to also tell you guys that i have LD Sytems HPA 4 headphone amplifier so id like to have headphones compatible with that. Any suggestions are appreciated, please do not start "fighting" about others suggestions.
  5. i think gigabyte is way to go if youre overclocker otherwise asus
  6. it's not hard it just doesnt work coz my code doesnt kinda make anysense, ill solve how to do it other way, myMessage.setText(Integer.toString(whateverishere)); i know that take's that shit from the code it just doesn't work, since my switch doesn't have id or someshit ive done now some string stuff, but thanks for trying to help i guess.
  7. i think im doing my stuff on way more complicated way, im sure there's easier way so ill explain you idea of this thing so, User opens the software and then he clicks button and it generates one of my souts randomly, i tought doing it with random number was the best way.
  8. what do you mean? im dont really understand what do you mean.
  9. What im trying to do is kinda like, you click button, it generates number and that number is like id for each test, so it picks that test, im sure there's much simpler ways to do this but im quite new on javafx, do you have any suggestions or any help to fix this, i tried yours it didnt work it always prints (test text and number on netbeans console) but it doesnt print it on label it only prints the random number generated to label not text, thanks.
  10. Hey! Im stuck on trying to get my random number to display text on label, but it display that random number it generates, ive tried many times to solve it out, done some research haven't found answer to this yet, so maybe you guys know what im doing wrong on this. Code below public void generateRandom(ActionEvent event) { Random rand = new Random(); int myrand = rand.nextInt(50) + 1; switch (myrand) { case 1: System.out.println("test1"); break; case 2: System.out.println("test2"); break; case 3: System.out.println("test3"); break; case 4: System.out.println("test4"); break; case 5: System.out.println("test5"); break; case 6: System.out.println("test6"); break; default: System.out.println("test7"); break; } myMessage.setText(Integer.toString(myrand)); System.out.println(Integer.toString(myrand)); } }
  11. Hey, im askng if anyone has any videos or sites to help me to understand java gui coding and adding functionalities to buttons, i know non gui java coding (i use netbeans)
  12. restoring to older win10 versio fixed it
  13. i did some research and found out its heat/driver issue, i installed now latest amd drivers and im gonna add new thermalpaste and full clean pc well see if that will fix it
  14. i dont, all i have is that event viewer thing, i really think its amd drivers : 0x00000124 (0x0000000000000000, 0xffffe30fdfdcd8f8, 0x0000000000000000, 0x0000000000000000
  15. Hi! I installed windows 10 3 days ago, and at the same time i installed latest amd drivers, since then my pc has rebooted randomly 2 times and i only have this on event viewer. A fatal hardware error has occurred. Component: AMD Northbridge Error Source: Machine Check Exception could this possibly be amd driver crash?
  16. fuck it i will just update it and hope i dont get bsod hell
  17. Alright, but do you know any way to stop windows update come on, on every reboot
  18. Hi! I updated windows once, then i stopped windows update from services.msc (i set it disabled and stop so it should not go on, this has worked before), because i do not want to update more windows 10, it deletes my disable from windows 10 updates everytime i reboot my pc or something. Any help is appreciated (Reason why i want to stop windows 10 updating is, it pops up random shit that i couldnt give a fuck some security bs etc, and i do not want it to fuckup my pc, like random reboots coz windows needs to update n stuff, DO NOT QUESTION my reasons)
  19. well i dont need DAC that much, i need AMP more at the moment so......
  20. well im quite low on budget rn,so i will buy dac later when i have money
  21. LD Systems HPA 4 i decided to buy this one i believe its bit better
×