5,727 Posted Topics

Member Avatar for majestic0110

Noone who is serious about Java uses BlueJ. It's only used by schoolteachers (who force it upon their pupils) who have no clue about Java themselves and don't want to bother with the details of the language. If you look at professionals, it's IntelliJ, Eclipse, and to a lesser degree …

Member Avatar for majestic0110
0
151
Member Avatar for Lardmeister

[QUOTE=Ancient Dragon;460846]If it were true that we have a limited amount of memory then at some point we would have to stop learning. One could say "I have learned everything possible to learn, so I can go have a beer now.". I doubt that point in or evolution will ever …

Member Avatar for jbennet
0
563
Member Avatar for pizzazzman2000
Member Avatar for damdirtyape

Oh yes, best game ever with the possible exception of Diablo II. One of the few games I actually had to buy again because the CD was worn out (seriously!). Still play it once in a while. With both official expansion packs of course. First and one of the few …

Member Avatar for nav33n
0
194
Member Avatar for nedimavci

We will however tell your teacher exactly how good you are and what your grade should be if you just give us his email address.

Member Avatar for jwenting
-2
135
Member Avatar for Ancient Dragon
Member Avatar for Nige Ridd

if you don't know the acronym, assume you don't know the stuff it's meant to describe ;)

Member Avatar for jwenting
0
137
Member Avatar for Tom Tolleson

Try Head First Java. And forget about Servlets and JEE until you know the core language well.

Member Avatar for ~s.o.s~
0
202
Member Avatar for Jicky

[QUOTE=sneekula;484937]Return it to the manufacturer and claim it to be faulty.[/QUOTE] Depending on how it got damaged and what brand it is that may well be the smart thing. Those things are (for the better brands like Sandisk) designed to be pretty much indestructible and some brands (again like Sandisk) …

Member Avatar for wolterl
0
200
Member Avatar for sparksterz

nope. Just another of those idiots who start accounts for no reason other than to post nonsense that we've been plagued with lately.

Member Avatar for jwenting
0
147
Member Avatar for sneekula

I'm all for forcing people to vote, but only if you also force politicians to actually live up to their election promises... As politicians by definitions don't do the latter, the former should not be a requirement either. Blank voting is always possible here. When using paper ballots just turn …

Member Avatar for sneekula
0
226
Member Avatar for abhi287
Member Avatar for savinashr
Member Avatar for jwenting
0
136
Member Avatar for FrankHere

worse, turning in someone elses work as your own is plagiarism (and no teacher is going to accept something you say openly you didn't write yourself) which is enough to get you an automatic failure and exclusion from any form of higher education. Do you own homework, kiddo. There are …

Member Avatar for jwenting
0
95
Member Avatar for sunny_b

Or give them something that's extremely convoluted and just prints a message like "I'm a lazy kid who got someone else to do his homework and didn't even check whether it was what I wanted before turning it in as my own" on screen ;)

Member Avatar for jwenting
0
271
Member Avatar for bahati

It's not hard. I wrote most of a complete system in just a week or so (and that included figuring out how Hibernate works, which I use to access the database). If you want hints and tips, feel free to as. But don't expect to sit back while others do …

Member Avatar for jwenting
0
62
Member Avatar for nuwan243

There are many libraries that will do all the hard work for you, requiring just a stream of bytes as input and producing a stream of bytes as output on the other end. But you can indeed do it all yourself, by taking each byte, pulling it apart into bits, …

Member Avatar for Jishnu
0
168
Member Avatar for IS learner

it seems like you don't know what xslt is all about if you think it's a layout language or page makeup language like css. I'd suggest you start learning what the acronyms you mention actually mean and what the technologies behind them can do for you. php is certainly not …

Member Avatar for jwenting
0
76
Member Avatar for Caldrifter

- wrong forum - I never heard of "gamegain" - that system should run MSFS pretty nicely (what version of MSFS anyway?) - don't bother with framerate counters in FS. They don't say much, haven't in years.

Member Avatar for FireNet
0
126
Member Avatar for ithelp
Member Avatar for 71monaro

I think there's a library in the Jakarta Commons project that's supposed to pretty much automate commandline parameter parsing. Whether it's easier to use that than parse them yourself I can't tell as I've not used it ;)

Member Avatar for masijade
0
107
Member Avatar for popey118

just another attempt by someone to increase his post count. Closed.

Member Avatar for jwenting
0
46
Member Avatar for Jananee

"how lazy kids get away with not learning to think by getting others to do their homework for them".

Member Avatar for raja baba
0
98
Member Avatar for handsome_94

yes, kid. If you want to write something in C++ or Java you're going to have to learn C++ or Java.

Member Avatar for handsome_94
0
130
Member Avatar for tactfulsaint
Member Avatar for moemoekaung

yes, and come up with "final year project" titles for all the lazy kids who are too busy playing games to come up with their own. And no, we're not going to give you "duh koduz"!

Member Avatar for jwenting
0
66
Member Avatar for The Dude

Depends on where you are of course... If your tapwater is heavily contamminated bottled is the best option. In many western countries though tapwater is actually cleaner than is bottled water as the requirements it has to meet when it comes to chemical and biological contamminants are stricter. There was …

Member Avatar for sneekula
0
397
Member Avatar for jimm00.kl

[url]http://java.sun.com[/url] and look up the tutorials. Everything should become clear to you, or at least clearer than it is now.

Member Avatar for jwenting
0
172
Member Avatar for saranya_arun

"is it possible to delete just by clicking a button on the same page where the results are displayed? " If you write code to do that, yes. If you don't, no.

Member Avatar for jwenting
0
62
Member Avatar for draxy

just add another harddisk... All it takes is a screwdriver (if that, modern cases are ever more free of having to screw around inside them).

Member Avatar for jwenting
0
15
Member Avatar for tweezers

your communications skills don't help, and your attitude only makes it worse. Why should anyone help you when you write in such abysmal English (bad enough that it must be deliberate) and get agressive towards anyone who says anything you don't like?

Member Avatar for binoj_daniel
0
296
Member Avatar for aan@ucsc
Member Avatar for lemme_live
Member Avatar for lemme_live
0
71
Member Avatar for Acidburn

Yes. JFrame is the application window (or any other window in the application that's not a JDialog. You build up substructures to be contained in that window on JPanels and place those in the JFrame (or in other JPanels which get placed eventually in the JFrame). Experiment, layer components, combine …

Member Avatar for enes
0
103
Member Avatar for sartann
Member Avatar for EMUGOD

and even if ints were immutable, he's talking about arrays which certainly aren't (unless explicitly declared final of course).

Member Avatar for Ezzaral
0
118
Member Avatar for dci0705

singleton brewery management operations planning tool description.

Member Avatar for jwenting
0
31
Member Avatar for im_desperate

if you just want to keep track of how many instances you create, add the static counter to the BankAccount class and increase it in the constructor. But be aware that that will not keep track of the number of instances actually being accessible to the program, only the number …

Member Avatar for jwenting
0
169
Member Avatar for Acidburn

That's probably the way to go. Add a Handler that spools to some memory structure (maybe a List) and add a Listener to that memory structure that notifies the Swing control it needs updating.

Member Avatar for Acidburn
0
134
Member Avatar for jinalh

applets can only connect to resources on the server where they were hosted from, UNLESS they're signed applets.

Member Avatar for jwenting
0
93
Member Avatar for joshSCH

The study that showed racial differences in the outcome of IQ testing was actually genuine. The outrage about it was not based on its scientific merits but on the conclusions, which were not politically acceptable. Whether the study was performed correctly and the results interpreted correctly never even came im …

Member Avatar for happygeek
0
783
Member Avatar for thnitos

generally yes, but the system will run at the lowest speed allowed by your modules (so at the speed of the slowest module) and you may have to enforce that through a BIOS setting for it to work at all.

Member Avatar for cguan_77
0
73
Member Avatar for irfan.motiwala

More properly it should be called WYSIWYDG (what you see is what you don't get) as pretty much all those tools make a complete mess of things.

Member Avatar for The Dude
0
333
Member Avatar for Ravenous Wolf

Kyoto will have NO effect on the "climate" whatsoever with or without the US. US CO2 emissions (which is what Kyoto is all about and which are utterly pointless when it comes to "the climate") are DOWN and have been going down for several years now despite (or more likely …

Member Avatar for EnderX
0
183
Member Avatar for Artemis

bleh. First define what you mean by "security" and go from there. You seem to just be grasping at a lot of words and acronyms you don't really understand and expect a complete system to materialise out of thin air if you just use them all. What's a "SOAP firewall" …

Member Avatar for brutus9448
0
147
Member Avatar for chamila

innovative idea: think for yourself instead of slavishly waiting for others to think for you. If you can't manage even the thinking up of a project idea you don't deserve to pass that exam.

Member Avatar for Salem
0
102
Member Avatar for mickinator

This is not a programming problem at all. It's a user interface design problem, and if you have to build a prototype an electronics problem (though I guess you could build a simulator for it first as a proof of concept). Solve it using pencil and paper, later making nice …

Member Avatar for mickinator
0
284
Member Avatar for littlepriest01
Member Avatar for jwenting
0
122
Member Avatar for jimFan

Your friend is dead wrong. Excel DOES include VBA which is a scripting language based loosely on VB but that's about it. All of the MS Office applications expose a series of COM controls which you can use to manipulate their documents. I don't have the documentation for them at …

Member Avatar for miketillman
0
1K
Member Avatar for chocolate_sala

how much you need all depends on what applications you run :) XP may not allocate more than 2GB per process, but if you have an application that wants that much having more than 2GB can help (as XP itself and everything running in it can take 1GB or more …

Member Avatar for ashikkalam123
0
124

The End.