jwenting 1,905 duckman Team Colleague

crosspost

jwenting 1,905 duckman Team Colleague

but that's too much work. After all it would take a few minutes instead of a few seconds, and that's time away from the playstation...

jwenting 1,905 duckman Team Colleague

It's quite simple.
The Timer runs in parallel to the code that calls it.
So your method returns immediately, and the dialog is disposed of before the Timer ever completes and starts moving the window (which at that point no longer exists).

jwenting 1,905 duckman Team Colleague

RTFM. It's all there on Oracle's website and in the server documentation.
Complete with examples telling you how to do it step by step, almost going so far as to teach you VB in the process.

If you're too lazy to read that, or too stupid to understand it, you're wasting our time here asking questions as you'd either not read and/or fail to understand the answers.

jwenting 1,905 duckman Team Colleague

you can't catch it, at least not reliably.
There are many ways to close a window, some can be caught, some can not.
I actually did extensive research into that several years ago, and that was the conclusion.

Instead you should learn how to monitor session timeouts and act on them.

jwenting 1,905 duckman Team Colleague

I wouldn't know. As soon as I see a tag starting a scriptlet I quit reading and give the canned answer to not use Java code in JSP.

jwenting 1,905 duckman Team Colleague

use another tutorial...

There is a lot of excellent documentation included with Apache Xerces for example. And the documentation that you can get for the JDK is also extremely complete.

jwenting 1,905 duckman Team Colleague

If you have no time to do your own research, we have no time to help you.

jwenting 1,905 duckman Team Colleague

no, not a Tucano.

jwenting 1,905 duckman Team Colleague

there are many ways to do something like that.
The Java application (most likely a servlet or EJB) can send the email and automatically handle the response.
The database can do so as well.
Or there can be a human being typing it all in.

And no, noone is going to write it for you. At least not unless you're going to pay a lot of money for it.

jwenting 1,905 duckman Team Colleague

You do have to set the flag to false before each step.
If it fails one test, skip the rest as the entire string is invalid.
If it passes one test, reset it to false and try the next test.
That way it will be true only if it passes all the tests.

jwenting 1,905 duckman Team Colleague

took a bit of research (not much into gliders, let alone motorgliders), but I found it.
D-MNEZ is a Sky Arrow 450TG, registered in the German registry in 2001.
Construction #58.

jwenting 1,905 duckman Team Colleague

And another brainteaser for you nutters :cool:

Though I do have one or two shots of this aircraft in my collection, this isn't one of them and is I think a marketing photo from the manufacturer.

jwenting 1,905 duckman Team Colleague

Looks like a Robin DR400 to me.

But indeed light general aviation aircraft aren't my strong point.

I live neither near an airbase (but near a major airport and 2 GA fields) nor do I like Google at all (as people here know well).
What I do have is a lifelong interest in aviation leading to a massive library as well as a large collection of my own photographs and a lot of links to aviation related websites.
Combine that with a near photographic memory for aircraft (and some other things).

jwenting 1,905 duckman Team Colleague

I wonder why anyone would still use an unsupported version...

jwenting 1,905 duckman Team Colleague

I wonder why he didn't simply look at Oracle's website where he'd have found out that the current production version is 11, 10 is still supported, and 9 long gone.
He'd also have found complete product documentation, as well as product downloads for development and testing (but NOT operational) use.

jwenting 1,905 duckman Team Colleague

I already told you what to do.
Count the number of uppercase characters you encounter and as soon as it reaches the minimum number required set the flag to true (start with the flag at false) and break out of the loop.

jwenting 1,905 duckman Team Colleague

ah, the Able Dog. AD1, A-1, Skyraider.
Whatever you call it, it's ugly as sin and effective as hell :)

jwenting 1,905 duckman Team Colleague

Mountain Dew

jwenting 1,905 duckman Team Colleague
if (custNumber.length() !=6)

Doesn't take strings longer than 6 characters (which are allowed) into account.

Everywhere else, take the actual length instead of 6 as the limit, and keep in mind that the index starts at 0, not 1.

Then think about what you're doing. You reject the string as soon as any character doesn't match what you're checking.
That's of course incorrect.
You need to count the number of characters matching your requirement and reject only if that number is too low (or better accept as soon as it's high enough).

jwenting 1,905 duckman Team Colleague

bad cable?

That router does come with WiFi disabled out of the box I believe (it's been a while) so you will have to connect to it using a normal UTP cable to configure it.

And yes, it should work fine with no modem plugged in, I used it like that for over a year.
When your router is configured properly, the default gateway should be 192.168.2.1 as well, as the router becomes your gateway.

jwenting 1,905 duckman Team Colleague

if you want to connect the printer to the router directly you need not just a router that supports it but also a printer that has a network interface (most don't).

Just turn on sharing for the printer on the computer it's connected to and you should be able to find it from your laptop.

yah, that router you listed does not have a WiFi option. For a laptop you do want that :)
And it doesn't replace your modem either. Instead you plug the modem into the router instead of the PC, enter the login details for your ISP into the router configuration, and all computers connected to the router have internet access (though you can usually turn that on and off as you want per access port).

I recommend you get something like this instead: http://www.bhphotovideo.com/c/product/472888-REG/Belkin_F5D7231_4_Wireless_G_Plus_Router.html
I have one, it's very easy to set up, and offers both wired and wireless networking.

jwenting 1,905 duckman Team Colleague

In fact every code you write is executed in a thread.
So your code is ALWAYS multithreaded, with threads internal to the JVM running next to it (things like the garbage collector, class loader, etc.).

jwenting 1,905 duckman Team Colleague

Eclipse is faster, more stable, and more userfriendly.
Netbeans has a superior editor for Swing forms.

Given a choice though I choose neither, but use IntelliJ. The price is low, and quickly earned back in increased productivity and decreased frustration.

jwenting 1,905 duckman Team Colleague

and your problem?
Or are you just another lazy homework kiddo that wants real people to do its homework for it because it's too busy playing computer games or watching television?

jwenting 1,905 duckman Team Colleague

Internally, the JVM has a thread scheduler.
How it works depends on the hardware and operating system architecture it's implemented on (so may differ) but generally it will be preemptive.

jwenting 1,905 duckman Team Colleague

guess so...
First is an (or rather "the" as there is/was only one) Omac Laser 300. Prototype turboprop business aircraft built around the same time as the Piaggio Avanti and Beech Starship, and utterly failing to sell anything.
Second is an IAI Arava 201. Israeli light transport aircraft, sold to several other countries in South America and Africa.
Third is a Koolhoven FK.51 trainer/observation aircraft, last used in May 1940 as a light bomber during the German invasion of the Netherlands.

Yah, the A320 and A319 are different but under that angle it can be hard to tell unless there is something to compare scale.

#49 is a heavily defaced (shame on its owners) B-25.

jwenting 1,905 duckman Team Colleague

look harder, if you are "unable to find information" on that you're not looking hard enough.
I've several books sitting right here that have all that information for example, books that I know are still in print to this day, books with enlightening and rather obvious titles like "Java network programming".

jwenting 1,905 duckman Team Colleague

they're also a problem in that they prevent decoupling of responsibilities.

When they are short they're fine, but go to top level classes when they get longer than a few lines.

jwenting 1,905 duckman Team Colleague

I think you would be best off creating that model in a dedicated 3D modelling application.
Something like Blender or (if you have money enough) 3DSMax or Maya (or AutoCAD depending on what you want to do with it.

jwenting 1,905 duckman Team Colleague

you could start by not hijacking long dead threads in totally irrelevant forums.
Learning Matlab could also come in handy.

jwenting 1,905 duckman Team Colleague

and don't buy any book calling itself "for dummies".
If you really are a dummy they're far too complex for you, if not they don't give you nearly enough information.

And as to free compilers, there are many of them. Microsoft, Codegear, Intel (for some operating systems), and of course various open source offerings.

jwenting 1,905 duckman Team Colleague

what game is called "game" (which is what "ludo" means...)?

jwenting 1,905 duckman Team Colleague

doesn't even have to be an inner class :)

jwenting 1,905 duckman Team Colleague

typical attitude for a spoiled little brat of a princess...

Most princesses are far from nice girls, they never need to be because everyone always does their bidding...

When they then get into contact with the real world they get a major culture shock when they find out that not everyone is a servant you can sneer at and abuse and they'll just shrug it off and do their bidding anyway.

jwenting 1,905 duckman Team Colleague

Check the docs again, they also say there's no guarantee the size will take effect.

jwenting 1,905 duckman Team Colleague

Czech markings :)

jwenting 1,905 duckman Team Colleague

uncomfortable, soon to be banned from major cities because it doesn't meet emission standards, noisy, prone to breakdowns.

jwenting 1,905 duckman Team Colleague

if you outsource the translation, it doesn't matter that it's not userfriendly.
That Indian sweatshop can just hire another busload of highschool dropouts (uh, "highly qualified and certified Java programmers") to do the typing.

jwenting 1,905 duckman Team Colleague

I still have 3 out there noone caught yet :)

here they are once more.

jwenting 1,905 duckman Team Colleague

In order:
A320-200
737-600
MiG 15

jwenting 1,905 duckman Team Colleague

classic example of "gif mi zu koduz", aka a homework kiddo that can't be bothered to do its own homework.
It probably didn't even bother to read the documentation I supplied, far too much trouble.

jwenting 1,905 duckman Team Colleague

you don't need special tools. A text editor is quite enough.

jwenting 1,905 duckman Team Colleague

whichever it is, I doubt it allows for unmatched quotes...

jwenting 1,905 duckman Team Colleague

My next set of wheels, should take delivery sometime next month.

A shiny new Honda Civic Hybrid.

jwenting 1,905 duckman Team Colleague

by learning all about master-detail forms and queries, and learning why you should not use Java code from JSP.

jwenting 1,905 duckman Team Colleague

I understand English better than you do it seems, as you clearly misread what I wrote.

Fact remains that you're a homework kiddo who wants others to do its work for it, whatever that work may be.
Right now it may be writing your project plan for you, but no doubt you'll afterwards come back and want the entire project implemented because you can't be bothered to do it yourself because you're too busy playing games.

jwenting 1,905 duckman Team Colleague

the bridge driver was created before scrollable resultsets were invented...
And of course using CallableStatement to access SQL (rather than call a stored procedure) is idiotic.

Kid, do as you were told and work your way through the JDBC tutorial.

jwenting 1,905 duckman Team Colleague

totally irrelevant to this forum.

jwenting 1,905 duckman Team Colleague

A bean has no "value".
What "doesn't work" anyway?
What do you expect to happen and what do you observe as happening?