No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
It is possible that since it is only Chrome that has this problem, Chrome specifically has been infected or targeted. Also, have you downloaded any extensions recently? It is possible that may have something to do with it. Also, have you tried uninstalling Chrome, deleting the whole folder from AppData, …
Not to link anywhere directly, but some websites sell Windows key codes, but not install discs, so they post the .iso images on their websites for download by all. Theoretically, they should be useless without purchasing a key code, but since you already have a key code, you could download …
Did you build this computer or did you buy it? Also, tell whether it's a sata or ide drive.
Hello everybody, Today i assembled my first computer. I followed an online tutorial and followed the manuals provided with the parts. However, when i finished and plugged it in, it didn't turn on. There was no beep, or even any sign that the computer was on. Can anybody help me …
If you want to write an IM server, just first google "java client server chat". You will get a ton of ideas. Basically, what you would have to do for the server side is choose a port number, create two serversockets based on that port, use a socket to accept …
Hi everybody, I've been working with gui recently, and I need help with my JButtons. I need to figure out how to set a button on the keyboard to click that JBUtton. I.e. When i hit the enter key it picks say the third button on the list or something …
Uh...right now your code is incomprehendable because of the lack of formatting. Please use the proper bbcodes so that we can actually understand your code.
Just use string.compareToIgnoreCase("")>0. assume that the first string is the earliest alphabetical word and compare it to the next one. If the value is greater than 0, then the second string comes after the first in alphabetical. If it is less than 0, then it comes before the first string. …
I suppose you have already figured out how to write to a file, or you plan to manually make the file. The way I would go about doing this is using a BufferedReader. Here is some code: [code=Java]BufferedReader in=new BufferedReader(new FileReader("C:\\users\\sample.dat")); //creates BufferedReader to get value String line1=in.readLine();//uses reader to …
The End.
btsuper