Forum: Geeks' Lounge 9 Hours Ago |
| Replies: 5 Views: 61 |
Forum: Java 9 Hours Ago |
| Replies: 11 Views: 180 Like I said, instantiating is just creating an object, here (http://java.sun.com/docs/books/tutorial/java/javaOO/objectcreation.html) is the link from the Java tutorials Sun provides. |
Forum: Java 13 Hours Ago |
| Replies: 1 Views: 82 Yes you can do this as a console program. An idea would be to have a HashMap, where the key's are each letter from the alphabet, and the corresponding value is the String you want to replace it with.... |
Forum: Java 14 Hours Ago |
| Replies: 11 Views: 180 Instantiate, basically, means to create an object. Right now you are trying to call a method, on the object br, yet you haven't created this object yet. Are you taking a class, or learning on your... |
Forum: Java 23 Hours Ago |
| Replies: 7 Views: 164 Stupid me for not testing more than once, I was kind of in a rush to get to bed :$
Nice job figuring it out yourself, and thank you for marking this thread as solved. |
Forum: Java 1 Day Ago |
| Replies: 11 Views: 180 You never instantiate an object with the name br. |
Forum: Java 1 Day Ago |
| Replies: 7 Views: 164 What errors? I don't see any in the code. However you do declare DISCOUNT_ONE DISCOUNT_TWO and DISCOUNT_THREE in your main method, which you don't need because they are used in declared in... |
Forum: Geeks' Lounge 1 Day Ago |
| Replies: 19 Views: 341 I see myself in there!!! ;) |
Forum: Java 1 Day Ago |
| Replies: 2 Views: 116 Being familiar with the Java API, available online here (http://java.sun.com/javase/6/docs/api/), is imperative if you plan to program any further in Java. Another fantastic resource is... |
Forum: Java 2 Days Ago |
| Replies: 3 Views: 107 If you are using the printStringArray() in the class it is declared in then it would be printStringArray(reader);. Otherwise you would have to know what class it is declared in, and then create an... |
Forum: Java 2 Days Ago |
| Replies: 11 Views: 180 You can't declare a method inside another method, or a constructor. So you need to move your entire setPoint() out of the Card constructor. |
Forum: Java 2 Days Ago |
| Replies: 4 Views: 140 I think this requires the use of at least one more variable. I would read the integer in as a string, create an array of all it's char's and then compare each one to the digit. |
Forum: Java 2 Days Ago |
| Replies: 11 Views: 180 Sorry I wasn't clear. When I said "it appears you are trying to declare a method within your constructor" I was referring to your illegal start error. |
Forum: Java 2 Days Ago |
| Replies: 3 Views: 107 Do you have to write this method yourself? If not, I'm 99% sure its not part of the standard API. If you just have to use the method some common sense is helpful. Method's are named so that you don't... |
Forum: Java 2 Days Ago |
| Replies: 11 Views: 180 Please wrap your code in code tags, simply highlight your code and click the code button at the top of the reply box. From the unformatted code it appears you are trying to declare a method within... |
Forum: Java 2 Days Ago |
| Replies: 7 Views: 164 Alright, lets go through what you need to output step by step.
You want to output the original price of the item, which works, although I would change public static void calculatePrice(double... |
Forum: DaniWeb Community Feedback 9 Days Ago |
| Replies: 22 Views: 932 Actually, I was the first abuser of the voting system. I down voted every single post by The Mad Hatter. So...way to be wrong ;) |
Forum: DaniWeb Community Feedback 21 Days Ago |
| Replies: 91 Views: 6,081 /Sigh
NoScript+AdblockPlus, USE THEM!!. I haven't seen these "new buttons" you guys are talking about, and it takes less than 2 seconds for all 30 posts on this page to load.
EDIT: Less than 1.5... |
Forum: DaniWeb Community Feedback 22 Days Ago |
| Replies: 91 Views: 6,081 |
Forum: Java 25 Days Ago |
| Replies: 10 Views: 489 This forum has no such policy, in fact you can reply to threads from over 5 years ago...if you really wanted too. Thank you for posting the solution to your problem, and for marking the thread as... |
Forum: DaniWeb Community Feedback 32 Days Ago |
| Replies: 6 Views: 659 Hehe, I remember when you were called that, I used to wonder if you had warts everywhere ;) |
Forum: Geeks' Lounge 34 Days Ago |
| Replies: 1,376 Views: 146,703 |
Forum: DaniWeb Community Feedback Oct 15th, 2009 |
| Replies: 25 Views: 2,097 And what did he do that was "bannable"? His post that was deleted does not meet the guidelines for an infraction under the "Keep it Pleasant Rule"
Secondly, why not just have a permanent ban,... |
Forum: DaniWeb Community Feedback Oct 14th, 2009 |
| Replies: 25 Views: 2,097 SNIP
HAHAH!!! I always loved your way with words. I actually enjoy having you around, an oddball here or there is nice, plus you provide comic relief. |
Forum: Geeks' Lounge Oct 12th, 2009 |
| Replies: 179 Views: 9,066 The wheels on the bus go round and round, round and round, round and round... |
Forum: Geeks' Lounge Oct 12th, 2009 |
| Replies: 1,376 Views: 146,703 |
Forum: Java Oct 12th, 2009 |
| Replies: 2 Views: 241 Step 1: Learn Java.
Step 2: Google. |
Forum: Java Oct 11th, 2009 |
| Replies: 10 Views: 489 Not really lol. I never had to integrate them with webpages, I just had to make some for a class once. I'm sure someone else around here will know. |
Forum: Java Oct 10th, 2009 |
| Replies: 10 Views: 489 Read the Java tutorial on applets, here (http://java.sun.com/docs/books/tutorial/deployment/applet/getStarted.html). You are missing a key method every applet needs. |
Forum: Java Oct 10th, 2009 |
| Replies: 12 Views: 339 What are you having a problem with? You told us what your program is supposed to do, and that its not working, but you never told us exactly what part isn't working. |
Forum: DaniWeb Community Feedback Oct 6th, 2009 |
| Replies: 3 Views: 608 Yeah. Don't forget to study. |
Forum: DaniWeb Community Feedback Oct 6th, 2009 |
| Replies: 91 Views: 6,081 Why was rep power changed? |
Forum: DaniWeb Community Feedback Oct 5th, 2009 |
| Replies: 43 Views: 3,870 I like that it the voting buttons were moved over, looks a lot better. Also, why are the buttons now gray, and only color when you vote? Seems weird that way. |
Forum: DaniWeb Community Feedback Oct 4th, 2009 |
| Replies: 43 Views: 3,870 Since everything I have said is negative, I do want to say something positive :)
I really like that when a thread has had no replies, the 0 is bolded and in red. |
Forum: DaniWeb Community Feedback Oct 4th, 2009 |
| Replies: 43 Views: 3,870 The amount of replies/views was always enough to judge activity/interest. |
Forum: DaniWeb Community Feedback Oct 4th, 2009 |
| Replies: 43 Views: 3,870 There is no reason to have numbers next the threads that are based off what members think about individual posts in the thread, and are not based on what they think about the thread itself. |
Forum: DaniWeb Community Feedback Oct 4th, 2009 |
| Replies: 43 Views: 3,870 If the bold numbers next to the threads were gone I would be satisfied. |
Forum: DaniWeb Community Feedback Oct 4th, 2009 |
| Replies: 43 Views: 3,870 I just don't understand the point of it. People like AD complained because they couldn't leave neg rep without destroying someone's rep. So, instead of just having an option for no rep change when... |
Forum: DaniWeb Community Feedback Oct 4th, 2009 |
| Replies: 91 Views: 6,081 So was there more than one thread on it besides the one AD started? On that thread (http://www.daniweb.com/forums/thread226920.html) I counted about 6 people who liked it. |
Forum: DaniWeb Community Feedback Oct 4th, 2009 |
| Replies: 91 Views: 6,081 What stops them from making a "comment on a posts worthiness" in the thread itself?
No it isn't. It's integrated into the rep system, and it takes up twice as much screen space. |