1,034 Posted Topics
Re: Fill the correct spot when someone wants a room: Someone wants room 20 on floor 5: array[5][20] = "Persons name"; | |
Re: I think it's better to follow your own design structure. However, for bigger projects you probably need a detailed diagram of how things work and stuff like that, because it's hard to sit down and code something big. I'd say the most important thing is making a layout of all … | |
Re: Bluj is terrible in my opinion. Besides, you should start out using the command line to learn fundamentals. | |
Re: It works like this: People get mad at posts, so they give you negative reputation. I kind of like that though. I'm getting close to having a red bar. | |
Re: Java's got a big mail api and of course a tutorial to go with it. | |
Re: I think stop was deprecated. Anyways, try setting some kind of flag to stop the execution of the thread in the run method. [code] If (this is true) { Thread = null; } else { Thread = Thread.currentThread(); } [/code] That's my guess at it. | |
Re: It may be good for Sun to partner up, but I don't see what Google's getting out of it. | |
Re: Not sure I understand. Can you provide the line(s) of code causing the error? | |
Is there some advantage of programming and doing everything on your website yourself? I wanted to at first, and the deeper I got the more I realized how long it would take. I know tools are out there that can do about everything for you, but I wanted to do … | |
Re: How come you prompt the user for amount in pennies? | |
Re: Hmm, that's weird. It only took one parent to have "under God" taken out of the pledge of allegance. | |
Re: [code] import java.util.*; class Test { public static void main(String[] args) { ArrayList al = new ArrayList(); al.add("one"); al.add("two"); } } [/code] Notice how there's no set size anywhere. | |
I'm trying to create a Mammal class which has two virtual methods, and one non virtual methods to demonstrate inheritance. I've written the class, but now I have a few errors, and a few questions. First of all, I'm recieving an error that says the following methods aren't declared: speak(); … | |
I want to be able to display a default image if the java applet is not inited, just like if they don't have java enabled, I want a default image. I know how to do the latter, but is it possible to do the first? | |
Re: Of course it's possible, although a virus in java won't be as destructive or easy to create as in most languages. | |
Anyone know how I can tell how many days are in each month? A formula would be really nice. | |
Re: Don't learn java1 that would be a waste. Learn java2. There are lots of free compilers at this place: java.sun.com You should see something on the right hand side saying popular downloads and then click on the J2SE 5.0. | |
What's the point of a struct? I mean, isn't it basically the same thing as a class? So what it's used for? | |
Re: I created an application that would encrypt/decrypt text using several different schemes, so I guess you could say I know something about it(but not too much). | |
Re: I would guess you're using recursion...maybe? Recursion can cause this, and so can many other things. Explain what your program is doing, please. | |
Let's say I have 5 applets on the same page. How does the JVM respond to that? Will a new implementation be created for each applet, or does each applet share the jvm? Also, is there some priority, like the first applet added will be the first loaded? Hope that … | |
Re: Maybe if the URL is running a server that accepts connections from a certain port that might be possible. -- dein vater | |
Re: I played GTA for like an hour and thought it was a boring game and never played it again. | |
Re: What do you means topics? Source Code? Just pick out something and start working. Like the simple text editor, get started. | |
This might be a little confusing, so please bare with me. I know how to map an image, but the thing is I don't really care about it going to the link after I click on the mapped space. What I want is to have rotating pictures in the mapped … | |
Re: Hmm...There might be several things happening: First of all, whenever you download a bundled package like netbeans, the sdk, and all that good stuff together, for some reason it has trouble installing or downloading. If you're doing that, then try downloading seperate. Second, you might not have j2se 1.4. If … | |
Re: It's probably not that the image isn't being drawn, it's that the image cannot be found. Try this: image = getImage(getDocumentBase(), "image.gif"); And make sure that the image is in the same file as the program. | |
Re: Have a counter variable that keeps track of the current index, iterate and find some new junk. | |
Re: I have a very basic solution: Let's say you have a text field that supports 50 characters and your text is only 20 characters. You could get the text length, subtract that from the amount of characters the text field supports, and divide by two. Once you have that, then … | |
Re: I doubt he lives in his mothers basement. J was simply giving you advise because you seem like you don't want to do any work. Anyways, if you want an easy way out, download a copy of coffeecup dhtml menu builder. | |
Re: There are a lot of ads but at least they blend into the page, but she needs someway of paying for everything. | |
Re: Laptop screen is small, but I have another monitor I can hook it up to that's about 17 in(Not to mention my tv:) | |
I have a burn mark on my screen, and it seems to get bigger and bigger. I don't know why it's there. I know about ghosting, but my screen saver is usually running if my computer is idle. The only thing I can think of, is how I run it … | |
![]() | Re: A while back a program called DVD-X copy was available. It was banned by the courts because people argued that is was being used for illegal copying. X copy would back up a dvd to a single cd-r without any dvd burner needed, but it's no longer available...at least I … |
Re: My first was some thing that would draw things like beziers or something. That was in VB.NET and a long time ago. I haven't really created anything that good except for maybe a nice mortgage calculator. | |
Re: I enjoy reading the articles you post. | |
Re: Executable jar files work perfectly. | |
Re: catch the exception: [code] public void actionPerformed(ActionEvent ae) { try { methodcall(); } catch(IOException ioe) { } } [/code] | |
Re: It's not nice to blatanly advertise like that, but if you make yourself an active member and put the link in your signature or profile you will have no problem getting members as long as you show you can help and junk like that. | |
Re: I've gotten like 45 members in less than one month. I don't know if that's good or not, but everything seems to have spurts of when it gets lots of traffic and stuff. | |
Re: You could put some applets around your page I guess, but I think that'll have an opposite effect. If you want to make your bulletin board look better you can change colors and stuff like that through the admin panel. Other than that, you'll need to learn php. | |
Re: I'm not sure if this is true or not, but I thought yahoo ran on google search. | |
Re: My preferred way: Have an external class that extends either Canvas or JPanel and use the paint method there. | |
| |
[url]http://news.bbc.co.uk/2/hi/americas/4160032.stm[/url] When he signed up for the army and the re-signed up, did she think he was a burger flipper or something? This REALLY pisses me off. |
The End.