Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K

9 Posted Topics

Member Avatar for Q8iEnG

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, …

Member Avatar for Q8iEnG
0
651
Member Avatar for abbeyhill

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 …

Member Avatar for JorgeM
0
547
Member Avatar for Cross213

Did you build this computer or did you buy it? Also, tell whether it's a sata or ide drive.

Member Avatar for Cross213
0
148
Member Avatar for btsuper

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 …

Member Avatar for btsuper
0
753
Member Avatar for 3vilwyatt

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 …

Member Avatar for 3vilwyatt
0
123
Member Avatar for btsuper

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 …

Member Avatar for btsuper
0
1K
Member Avatar for Darren76

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.

Member Avatar for Member #887084
0
161
Member Avatar for kukuruku

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. …

Member Avatar for btsuper
0
149
Member Avatar for McCurry0x77

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 …

Member Avatar for masijade
0
129

The End.