Received: by 10.224.186.143 with SMTP id cs15mr1764917qab.3.1346264306824; Wed, 29 Aug 2012 11:18:26 -0700 (PDT) Received: by 10.52.30.133 with SMTP id s5mr464567vdh.10.1346264306798; Wed, 29 Aug 2012 11:18:26 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!r1no26134274qas.0!news-out.google.com!da15ni59655611qab.0!nntp.google.com!r1no3465528qas.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Wed, 29 Aug 2012 11:18:26 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=184.76.139.203; posting-account=v1lx5wkAAAALWYfGBkwkMb2guPF9cW2u NNTP-Posting-Host: 184.76.139.203 References: <9b4cce4e-99b1-414f-a033-1acf9200e90a@googlegroups.com> <2r4q38p3790lc86fpttn4arc58m5m1tjen@4ax.com> <3926176c-0940-4080-95a1-fb67bbbec50e@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2667fee7-d27c-4d64-8fcc-501c188a2d33@googlegroups.com> Subject: Re: startup code From: bob smith Injection-Date: Wed, 29 Aug 2012 18:18:26 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.java.programmer:18403 On Wednesday, August 29, 2012 10:28:09 AM UTC-5, Patricia Shanahan wrote: > On 8/29/2012 8:14 AM, bob smith wrote: > > ... > > > I have a font class, and it needs to load a bitmap containing the fonts. > > > > When do you need the bitmap? For example, it might be needed on first > > call to some static method in the class, or the first time an instance > > of the class is created ... > > > > Patricia On first call to some static method in the class