In case anyone was wondering, as long as the recent NZ daylight savings changes are in the Olson public time zone database in a time then these changes should...
I see that the Wellington Java Job http://groups.google.com/group/wellington-java-jobs has had another Job posted on it. Looks like the service is starting to...
Richard, If you think that employers will directly take advantage of the job board then you should definitely impose that rule. Joel can because his topic of ...
No, but I will guarantee any job I do advertise is not fake. ... -- Steven Kempton Search Consultant Search Niche Ltd Auckland Office: +64 (0)9 306 8950 ...
Hi All, Does anyone in this list deal with the IRD IT department or perhaps you know someone whom I can make contact with to pitch some ideas to? I am aware...
Sione
sionep@...
May 3, 2007 1:34 am
2422
Hi Mark Thanks for the heads up on that. Do you know of anywhere that details the impact for customers who are on 1.4.2 or earlier? I've been hunting around,...
Nigel Charman
Nigel.Charman@...
May 4, 2007 9:49 pm
2423
Subject: Weirdness as a Testing Tool, Presenter: Stephen Viles Date: Monday, May 07, 2007 Time: 6pm Location: Tourplan Pacific, 2nd floor 128 Riccarton Rd ....
On June 13th, we'll be holding a "Java Tidbits' meeting. Using the format of the popular "Best of '06" meeting, a number of speakers will be presenting for...
Nigel Charman
Nigel.Charman@...
May 7, 2007 10:29 am
2425
Hi all, I have various contacts looking for permanent Java developers (city based financial organisation), a project delivery manager and a java tech lead ...
Following on from the last AJUG presentation I'd be interested in comments on: http://www.theserverside.com/tt/articles/article.tss?l=SpringNewJavaEE Max...
Hi Team, I just got an email from Ben Nice (who at least some of you know) that I had to share: Do you you know how selenium got its name? selenium is used...
Geek! ... Ranjit ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around ...
Who are we? www.motorweb.co.nz and ww.vir.co.nz. MotorWeb Services has developed and runs a website used primarily by the motor and finance industries to work...
Hi Folks (but Richard and James in particular), I notice that meetup.com is claiming we have a meeting about Spring on tonight in Auckland. I know there have...
Hi, Having a bit of a technical challenge with the awt event queue and the order of the events, maybe some one can help. As per Swing specs all event handling...
Hi, One possible problem with invokeLater() for this is that other events might sneak in front of your block of code. Suppose you are putting your two ...
Yes, I played with a button and three listeners to see how the events are fired in regards to the order how they are added(to the button).Got the same result,...
One possible reason for the reverse ordering - Event listeners are often removed during a callback. This can play havoc with a trivial implementation of code...
Bruce Chapman
bruce.chapman@...
May 22, 2007 12:32 am
2437
Hi Bruce, That's exactly what EventListenerList, used by AbstractButton, does. Probably for exactly the reasons you give. So what I'm curious to know is, is...
Hi, I'd have a single listener that then calls the code for the two parts in the desired order. That way, you're explicit about the ordering constraint and so...
There's an interesting debate about whether NetBeans 6 should come with Tomcat or Glassfish. http://www.netbeans.org/issues/show_bug.cgi?id=103349 Those...
I'm having weird results when I combine JEditorPane with other Swing components (and my own LayoutManager). When I add a JEditorPane to a JPanel with...
I've fixed the weird results. Whew. But I'm still interested in tips, links about how Swing handles the layout of styled text components. Thanks, Rick ... ...
I am pleased to announce the agenda for our next Wellington Java User Group meeting on: Wednesday 13th June 5pm for 5:15- 6:30pm Venue: Sun Microsystems, Level...
Nigel Charman
Nigel.Charman@...
May 24, 2007 8:14 am
2443
Don't you need to wrap components like that with JScrollPane's ? ... [Non-text portions of this message have been removed]...
Hi Mark, That would work, but unfortunately it doesn't do what I want. I've built my own HTML-style tables, with nesting, for my storytesting tool, ZiBreve. I...