Re: [iText-questions] iText in Action 2ED, part1.chapter03.MovieTimeBlocks.java

2010-03-24 Thread Bruno Lowagie
Keith O wrote: > Ugh, sorry about that. All the Java programmers on the list were > probably thinking "ah, silly .NET programmer" ;-) No, I had to check myself. The original example was written years ago (because I use that application to visit a real film festival: http://filmfestival.be/ ). T

Re: [iText-questions] iText in Action 2ED, part1.chapter03.MovieTimeBlocks.java

2010-03-24 Thread Keith O
> Date: Wed, 24 Mar 2010 08:30:56 +0100 > From: br...@lowagie.com > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] iText in Action 2ED, > part1.chapter03.MovieTimeBlocks.java > > Keith O wrote: > > Hi Bruno, > > > > Maybe th

Re: [iText-questions] iText in Action 2ED, part1.chapter03.MovieTimeBlocks.java

2010-03-24 Thread Bruno Lowagie
Keith O wrote: > Hi Bruno, > > Maybe this: > > public static long TIME930 = 3060L; // 0830 > > Should be this: > > public static long TIME930 = 3420L; // 0930 The funny thing is that 9:30 is 3060l in Java. Time starts at 1AM in Java (which is confusing). ---