1,034 Posted Topics

Member Avatar for tejtan

Fill the correct spot when someone wants a room: Someone wants room 20 on floor 5: array[5][20] = "Persons name";

Member Avatar for NPH
0
120
Member Avatar for elec
Member Avatar for shadow12one
Member Avatar for Andrew Minus

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 …

Member Avatar for jwenting
0
110
Member Avatar for Kamikazi23xl

Bluj is terrible in my opinion. Besides, you should start out using the command line to learn fundamentals.

Member Avatar for jwenting
0
156
Member Avatar for goldeagle2005

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.

Member Avatar for Dani
0
392
Member Avatar for shad
Member Avatar for server_crash
0
203
Member Avatar for sintesia

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.

Member Avatar for sintesia
0
197
Member Avatar for ! !
Member Avatar for ! !
0
142
Member Avatar for gracin
Member Avatar for gracin
0
249
Member Avatar for server_crash

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 …

Member Avatar for zippee
0
119
Member Avatar for bcheath_1
Member Avatar for Asif_NSU

Hmm, that's weird. It only took one parent to have "under God" taken out of the pledge of allegance.

Member Avatar for server_crash
0
642
Member Avatar for kbradley

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

Member Avatar for jwenting
0
246
Member Avatar for server_crash

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(); …

Member Avatar for CrazyDieter
0
134
Member Avatar for server_crash

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?

Member Avatar for jwenting
0
101
Member Avatar for Andrew Minus

Of course it's possible, although a virus in java won't be as destructive or easy to create as in most languages.

Member Avatar for jwenting
0
101
Member Avatar for jewboy
Member Avatar for server_crash

Anyone know how I can tell how many days are in each month? A formula would be really nice.

Member Avatar for server_crash
0
302
Member Avatar for xinix

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.

Member Avatar for fiberoptik
0
178
Member Avatar for server_crash

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?

Member Avatar for server_crash
0
164
Member Avatar for zoppe

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

Member Avatar for virgo10
0
290
Member Avatar for perlsu

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.

Member Avatar for jwenting
0
69
Member Avatar for server_crash

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 …

Member Avatar for jwenting
0
90
Member Avatar for deineMutti

Maybe if the URL is running a server that accepts connections from a certain port that might be possible. -- dein vater

Member Avatar for freesoft_2000
0
247
Member Avatar for server_crash
Member Avatar for Opopp

I played GTA for like an hour and thought it was a boring game and never played it again.

Member Avatar for Daishi
0
171
Member Avatar for hitesh_black

What do you means topics? Source Code? Just pick out something and start working. Like the simple text editor, get started.

Member Avatar for freesoft_2000
0
129
Member Avatar for server_crash

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 …

Member Avatar for server_crash
0
114
Member Avatar for Dark_Omen

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 …

Member Avatar for Dark_Omen
0
243
Member Avatar for kharri5

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.

Member Avatar for kharri5
0
2K
Member Avatar for perlsu

Have a counter variable that keeps track of the current index, iterate and find some new junk.

Member Avatar for NPH
0
169
Member Avatar for MIGSoft

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 …

Member Avatar for Rashakil Fol
0
743
Member Avatar for nspireing

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.

Member Avatar for server_crash
0
165
Member Avatar for hexstar

There are a lot of ads but at least they blend into the page, but she needs someway of paying for everything.

Member Avatar for ShaneMcP
0
237
Member Avatar for moderate_rock48

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:)

Member Avatar for Dortz
1
291
Member Avatar for server_crash

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 …

Member Avatar for BILL S
0
526
Member Avatar for Desperate

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 …

Member Avatar for ChrisH
0
190
Member Avatar for cppforlife

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.

Member Avatar for stackOverflow
0
175
Member Avatar for ! !
Member Avatar for aripaka
Member Avatar for joshSCH

catch the exception: [code] public void actionPerformed(ActionEvent ae) { try { methodcall(); } catch(IOException ioe) { } } [/code]

Member Avatar for server_crash
0
174
Member Avatar for Heidenreich12

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.

Member Avatar for server_crash
0
39
Member Avatar for sabata

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.

Member Avatar for Phaelax
0
266
Member Avatar for ayk-retail

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.

Member Avatar for Phaelax
0
262
Member Avatar for George2

I'm not sure if this is true or not, but I thought yahoo ran on google search.

Member Avatar for George2
0
283
Member Avatar for fuehrer
Member Avatar for MastaPho

My preferred way: Have an external class that extends either Canvas or JPanel and use the paint method there.

Member Avatar for JeffHeaton
0
214
Member Avatar for nametso
Member Avatar for Rashakil Fol
0
81
Member Avatar for server_crash

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

Member Avatar for bluedos82
0
669

The End.