Forum: PHP
Aug 10th, 2005, 9:43 AM
|
|
Replies: 3
Views: 221
|
Forum: Coder's Corner Lounge
Aug 10th, 2005, 2:35 AM
|
|
Replies: 54
Views: 1,170
|
Forum: Java
Aug 9th, 2005, 9:55 PM
|
|
Replies: 4
Views: 379
Hmm.. not the most efficient algorithm by any...
Hmm.. not the most efficient algorithm by any means. It works, certainly. I'm not trying to rag on Uman, but there are other ways. Most notably, instead of filling the entire array and checking for...
|
Forum: Java
Aug 9th, 2005, 9:06 PM
|
|
Replies: 4
Views: 245
|
Forum: Java
Aug 9th, 2005, 8:55 PM
|
|
Replies: 6
Views: 322
What version of the SDK did you use to compile...
What version of the SDK did you use to compile the program? If you used 1.5, then your friend will need to update to the 1.5 Runtime Enviornment to run it (even if you didn't use any of the 1.5...
|
Forum: Java
Aug 9th, 2005, 8:43 PM
|
|
Replies: 1
Views: 176
|
Forum: Java
Jun 23rd, 2005, 8:46 PM
|
|
Replies: 3
Views: 425
|
Forum: Java
Jun 23rd, 2005, 8:29 PM
|
|
Replies: 3
Views: 425
If you mean the console, then I think you're...
If you mean the console, then I think you're outta luck. As far as I know, Java can't do anything more to affect the console than to send it strings via the System.out PrintStream. I'll look into it...
|
Forum: Coder's Corner Lounge
Jun 23rd, 2005, 8:07 PM
|
|
Replies: 34
Views: 784
|
Forum: Coder's Corner Lounge
Jun 23rd, 2005, 5:21 PM
|
|
Replies: 1,430
Views: 23,810
|
Forum: Community Announcements and Feedback
Jun 23rd, 2005, 5:19 PM
|
|
Replies: 15
Views: 580
Speedy, I must say. The messages you had up...
Speedy, I must say. The messages you had up suggested that the site wouldn't be up for a while longer still. I could help noticing that all our avatars have exploded (or imploded perhaps) since the...
|
Forum: Java
Jun 23rd, 2005, 12:05 AM
|
|
Replies: 7
Views: 258
|
Forum: PHP
Jun 22nd, 2005, 10:39 AM
|
|
Replies: 14
Views: 384
|
Forum: Coder's Corner Lounge
Jun 22nd, 2005, 10:11 AM
|
|
Replies: 14
Views: 399
|
Forum: Coder's Corner Lounge
Jun 22nd, 2005, 2:57 AM
|
|
Replies: 14
Views: 399
|
Forum: Java
Jun 22nd, 2005, 2:08 AM
|
|
Replies: 3
Views: 204
|
Forum: Java
Jun 21st, 2005, 6:49 PM
|
|
Replies: 7
Views: 375
Neither. I'd suggest Eclipse...
Neither. I'd suggest Eclipse (http://www.eclipe.org). It's a very powerful and stable opensource Java editor. Oh, and best of all, it's free.
|
Forum: Coder's Corner Lounge
Jun 21st, 2005, 6:36 PM
|
|
Replies: 637
Views: 18,678
|
Forum: Coder's Corner Lounge
Jun 21st, 2005, 9:54 AM
|
|
Replies: 14
Views: 399
|
Forum: HTML / XHTML / CSS
Jun 21st, 2005, 1:06 AM
|
|
Replies: 10
Views: 383
Getting non-inline elements to flow inline is...
Getting non-inline elements to flow inline is easy (ie. putting tables side by side on a page); getting everything else to still look right is the tricky part. You're gonna need to use some css...
|
Forum: HTML / XHTML / CSS
Jun 20th, 2005, 7:55 PM
|
|
Replies: 12
Views: 429
|
Forum: Java
Jun 20th, 2005, 10:42 AM
|
|
Replies: 7
Views: 377
|
Forum: Java
Jun 20th, 2005, 10:37 AM
|
|
Replies: 3
Views: 265
|
Forum: Java
Jun 18th, 2005, 3:57 PM
|
|
Replies: 11
Views: 678
Correct, this code only works when "enter" is...
Correct, this code only works when "enter" is pressed. Actually, it doesn't work at all beause readChar() isn't actually defined, but we'll overlook that for a minute. The real problem with trying to...
|
Forum: Java
Jun 17th, 2005, 5:17 PM
|
|
Replies: 11
Views: 678
It's a bit of a hack, but you could create a...
It's a bit of a hack, but you could create a "ghost" Component that has a KeyListener registered to it. You don't need to actually show this component or even use it for anything else, just have it...
|
Forum: Java
Jun 17th, 2005, 10:50 AM
|
|
Replies: 10
Views: 469
There's no substitute to writing your own code...
There's no substitute to writing your own code for GUIs. It's tough and awkward at first, and Swing's LayoutManagers are confusing as hell until you've actually worked with them a bit, but like...
|
Forum: JavaScript and Client-Side Browser Scripting
Feb 15th, 2005, 6:27 PM
|
|
Replies: 5
Views: 325
<script language="JavaScript"...
<script language="JavaScript" type="text/JavaScript">
document.write("Hello Earth!");
alert("Hello Mars!");
document.getElementById('helloDiv').innerHTML = "Hello Pluto!";
</script>
<br>
|
Forum: Coder's Corner Lounge
Feb 15th, 2005, 2:08 PM
|
|
Replies: 15
Views: 532
Actully, you were the first to get it right...
Actully, you were the first to get it right Kurifu. Sure, some random guy PMed me, but he's never even posted, so he doesn't count. And I wrote both the puzzle and the answer you saw above, soo......
|
Forum: Coder's Corner Lounge
Feb 14th, 2005, 10:37 AM
|
|
Replies: 93
Views: 1,580
|
Forum: Coder's Corner Lounge
Feb 14th, 2005, 1:58 AM
|
|
Replies: 15
Views: 532
|
Forum: Java
Feb 13th, 2005, 11:08 PM
|
|
Replies: 1
Views: 239
|
Forum: Java
Feb 11th, 2005, 12:19 PM
|
|
Replies: 3
Views: 222
|
Forum: HTML / XHTML / CSS
Feb 11th, 2005, 11:08 AM
|
|
Replies: 6
Views: 1,072
|
Forum: Coder's Corner Lounge
Feb 11th, 2005, 10:42 AM
|
|
Replies: 15
Views: 532
|
Forum: Coder's Corner Lounge
Feb 10th, 2005, 7:23 AM
|
|
Replies: 15
Views: 532
Paid in Gold
Just for gits and shiggles I thought I'd post a logic puzzle one of my CS section leaders gave us in class today (er I suppose yesterday now..). Don't worry, I'm not trying to get someone to solve it...
|
Forum: Coder's Corner Lounge
Feb 10th, 2005, 6:57 AM
|
|
Replies: 10
Views: 354
|
Forum: Coder's Corner Lounge
Feb 9th, 2005, 11:13 PM
|
|
Replies: 1,430
Views: 23,810
|
Forum: Coder's Corner Lounge
Feb 9th, 2005, 9:32 PM
|
|
Replies: 1,430
Views: 23,810
|
Forum: Java
Feb 9th, 2005, 7:30 PM
|
|
Replies: 3
Views: 173
The Apple developper's site...
The Apple developper's site maybe?
http://developer.apple.com/java/
I dunno if those downloads are the full thing or just updates. Sometimes when Java says "update" they just mean "better" or...
|
Forum: Coder's Corner Lounge
Feb 9th, 2005, 7:27 PM
|
|
Replies: 93
Views: 1,580
|