platform-update-home/doc/eclipse_splash.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1, Thu May 9 19:25:34 2002 UTC revision 1.2, Sat Jun 1 20:40:42 2002 UTC
# Line 10  Line 10 
10  <body>  <body>
11    
12  <h1>Eclipse Splash Screens</h1>  <h1>Eclipse Splash Screens</h1>
13  <p>Last revised 16:00 Monday May 6, 2002</p>  <p>Last revised 16:45 Saturday June 1, 2002</p>
14  <p>This note describes how splash screens work.</p>  <p>This note describes how splash screens work.</p>
15  <h2>What product developers need to know</h2>  <h2>What product developers need to know</h2>
16  <p>From the product developer's standpoint, the product owner supplies a product  <p>From the product developer's standpoint, the product owner supplies a product
17  splash screen containing a color image roughly 500x330 pixels in size. This  splash screen containing a color image roughly 500x330 pixels in size. This
18  file, named &quot;<code>splash.bmp</code>&quot;, lives in the plug-in for the  file, named &quot;<code>splash.bmp</code>&quot;, lives in the plug-in for the
19  product's primary feature. The file is in 24-bit color BMP format (on all operating  product's primary feature. The file is in 24-bit color BMP format on all operating
20  environments). For internationalized applications, translated splash  environments (note: it must be a simple RGB with 8 bits per channel, not an
21    indexed color BMP). For internationalized applications, translated splash
22  screens live in locale-specific subdirectories of the plug-in (e.g., the splash  screens live in locale-specific subdirectories of the plug-in (e.g., the splash
23  screen for locale code &quot;fr_FR_EURO&quot; is in &quot;<code>nl/fr/FR/EURO/splash.bmp</code>&quot;)  screen for locale code &quot;fr_FR_EURO&quot; is in &quot;<code>nl/fr/FR/EURO/splash.bmp</code>&quot;)
24  . For example,</p>  . For example,</p>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2