1,034 Posted Topics
Re: [quote] sed to be PR7. It's now a PR6, but I'm happy with that. There are so many directories nowadays. May I ask what your model will be? Will it be an everything directory or a niche directory that is targeted to a particular group of users? Will there be … | |
![]() | Re: Not possible. You'll have to use a language like Java to create an applet or create something in .net via active x. |
Re: you could always use this: boolean equalsIgnoreCase(String anotherString); | |
Re: Right after you add a row or delete it, revalidate the table. table.revalidate(); call that on the table, NOT the table model. | |
Re: I don't believe anything those people say. They can't predict the end of the world. | |
Re: BlueJ is the worst IDE out there. It doesn't even work properly. Sometimes it tells you that you have a syntax error when you don't. In order the fix that you have to click compile 900 times and it finally compiles without error. It also has trouble with comments and … | |
Re: You have to override all the keylistener methods: [Code] public void keyTyped(KeyEvent key) { } public void keyPressed(KeyEvent ke) { } public void keyReleased(KeyEvent key) { } [/Code] | |
Re: Hey, could you guys that use ebay take a look at this thread? [url]http://www.daniweb.com/techtalkforums/thread27870.html[/url] I hate to do this in someone elses thread, but I can't get any replies. I just want to know a few things about signing up. | |
I've created, and written to a file. It lets me do all of that just fine, but when I try to delete the file it says that I do not have permission. Is there something wrong with my code?: [code] #include <cstdlib> #include <iostream> #include <fstream> using namespace std; int … | |
Re: [QUOTE=perpetual_dream]Hey, Am not that stupid.... I know the algorithm about how the programming should work... At the server side (PDA) that will serve the client (computer) requests: 1. A socket is opened and the machine listens for all clients at a particular port number. 2. Simultaneously the serial port of … | |
Re: What's happening is the embedded reader is requesting portions of the file, rather than downloading the whole thing. I believe a possible cause was some type of firewall, but not sure.. ooops, sorry..Looks like you downloaded the file before opening it. Do you by any chance have dial up internet? … | |
Re: [quote] I forgot Dark forces. [/quote] I had that game a while back until I let a friend borrow it.... He never gave it back. My favorite game of all time is Medal of Honor... Nothing beats it. | |
Re: [QUOTE=Rashakil Fol]I guess I am mainly a piano geek. Here is me playing with Tetris music. [url]http://youtube.com/watch?v=SkrVnfHsmK8[/url][/QUOTE] I am too. It's hard to beat 'moonlight sonata' and 'fur elise' (my two favs). [quote] I'm a music geek for sure. I got through spurts where I'll listen to a particular artist … | |
| |
Re: Why not set autostart to false and set hidden to false? I THINK that would give some sort of musical icon they can click on to listen. | |
Re: Medal of Honor. And no other game even comes close to it. | |
Re: I think it's pretty cool. My neighbor gave me an old monitor, but the graphics didn't look to good with my little laptop! I saw get you one of those dual core gpu's that's coming out next year and it will look just fine. | |
Re: Just a bunch of garbage. Half of them look like rain or something was on the camera lenses, and the rest look awfully close to photoshop edits. | |
Re: Either you haven't got the case sensitivity right as the person above suggested, or the jvm/jre is not looking in the right directory. I would think it's the first. | |
Re: Of course it is, but you can't learn everything from a class. So, I would recommend outside study's while taking the class. | |
Re: [QUOTE=jwenting] Passed it today with 87%, yoohoo![/QUOTE] Good Job! What percentage do you need to pass? Also, give me a nice hard question they had on the exam, so I can see if I know it(if he does, no one answer untill I get it). | |
Re: Please show some effort before asking for help. | |
Re: [QUOTE=Arthurmilo]see the attachment Prac11 on how to write GUI[/QUOTE] How about I write all of that program for you? Would you like that? I've already got it done and it's well commented so you can fully understand and act like you've written it. | |
Re: I would have to say confilct. I live in the US and it worries me that we are always into other countries affairs, and not worried about our own well being. Next, I would have to say economics. These high gas prices cause a chain of reactions. First, you can't … | |
Re: Check your environment variables: I posted this in a previous thread: [Code] Considering you have windows: Goto start--->right click on my computer--->select properties Goto the advanced tab, and you should see a button at the bottom that says environment variables...click on that. The only thing you need to worry about … | |
Re: Both java and anything in the .NET framework is very hot right now. I personally think they are the wave of the future, and any employer will be looking for people qualified in these areas. | |
Re: I hate EE. Whenever you visit all you get is a billion popups in your face... and doesn't it cost money to join their group? Why bother? I'm sure it has a lot of pro's, but again, why bother with so many prerequisits and other garbage you have to deal … | |
Re: Why are the buttons on top of each other in the first place? | |
Re: I'm too poor to by a plain ticket from NC and my parents don't even trust me to drive 5 minutes away from our house. | |
Re: It's the same thing except change the s to an r. shutdown -r -t 00 | |
Re: [QUOTE=vmgautam][url]http://www.wallpaperview.com[/url] Whats your favourite wallpaper site ?[/QUOTE] I like sites that have wallpaper focusing on 3d art, nature, and space rather than softcore porn. ;) | |
| |
Re: But the problem is how do you obtain the ip legally? I mean, isn't it legal to download illegal goods but illegal to share those goods? I know that's weird but I thought that's how it went. In that case what if the user didn't share? You could only obtain … | |
Re: If you're a beginner then the cons to any IDE is tremendous. Otherwise, they are fine. Always start with the command line and learn that first before moving on. | |
Re: [QUOTE=cscgal]It's over six years old now, but here is the photo that my avatar is from.[/QUOTE] Woh, heeeeelllllooooooooooooooooooo.... You are a fine female speciman. | |
Re: 1) I want to get naked and watch a movie. 2) I love women with big......... boo.. I mean brains. 3) I hate slow drivers. 4) I plan on taking over the world. 5) Remember, server crash is cooler than you. | |
Re: [QUOTE=~s.o.s~]Is this the reason why these books never mention the complexity of [inlinecode]scanf[/inlinecode] function, never mention that using [inlinecode]gets[/inlinecode] after [inlinecode]scanf[/inlinecode] may result in disaster, never mention that [inlinecode]fgets[/inlinecode] is the best way to take in strings, never mention that [inlinecode] fflush (stdin) [/inlinecode] has undefined functionality ? [/QUOTE] You … | |
Re: Ohhh yeahh. Predicates with internal state. [code] #include <iostream> #include <list> #include <algorithm> using namespace std; template <class T> inline void PRINT_ELEMENTS(const T& coll, const char* optc="") { std::cout << optc; typename T::const_iterator pos; for (pos=coll.begin(); pos != coll.end(); ++pos) { std::cout << *pos << " "; } } class … | |
Re: I don't know much about starting the j2ee server, but I always thought it was the -verbose command that did it. Am I wrong? | |
Re: Frontpage is about the only other tool that compares to dreamweaver. Anways, I wrote all my pages from scratch with JEdit. Note: JEdit kicks butt. It's like duck tape, you can use it for about anything. ![]() | |
Re: I'm not sure if the array list would be the best way to go, but I could be wrong..Have you tried just creating an array of the Item Objects? But of course then you couldn't add extra items at runtime. By the way, is this getStartValue() method going to return … | |
Re: [QUOTE=freesoft_2000] For example the spread sheet is a clone of microsoft's excel written in java swing and i am thing of charging about US$20. Is it too pricey?? Another question i have is what are the kind of software you guys find useful in your workplace or home? An example … | |
Re: If you want a good power supply them spend more than $40 ;) I spent about $115 for mine. | |
I would like to know if there are any ebay users in here. I tried to sign up last night and could not believe the information they wanted just for you to sell something. I mean, I thought a credit card number would suit them just fine, but no they … | |
Re: Seems kinda weird. Do you have any updated info on this? | |
Re: You have the actionPerformed: [code] publicvoid actionPerformed(ActionEvent e) { con.add(tryagain); con.add(correct); } [/code] So add your 'linking' code there: [code] myTextField.setText("whatever you want"); //change text when button is clicked [/code] | |
Re: I have mediacom, that downloads at like 380 kb/s, and pay 55$ a month. It took 3 months for mediacom to finally come out and hook us up with cable, and we couldn't go with anybody else, because they were the only provider in the area. If I had a … |
The End.