mapfile-vers revision 0
0N/A#
0N/A# Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
3516N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3516N/A#
3516N/A# This code is free software; you can redistribute it and/or modify it
3516N/A# under the terms of the GNU General Public License version 2 only, as
3516N/A# published by the Free Software Foundation. Sun designates this
3516N/A# particular file as subject to the "Classpath" exception as provided
3516N/A# by Sun in the LICENSE file that accompanied this code.
3516N/A#
3516N/A# This code is distributed in the hope that it will be useful, but WITHOUT
3516N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
3516N/A# version 2 for more details (a copy is included in the LICENSE file that
3516N/A# accompanied this code).
3516N/A#
4986N/A# You should have received a copy of the GNU General Public License version
0N/A# 2 along with this work; if not, write to the Free Software Foundation,
4986N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
4986N/A#
4986N/A# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
0N/A# CA 95054 USA or visit www.sun.com if you need additional information or
3516N/A# have any questions.
3516N/A#
3516N/A
3516N/A# Define public interface.
3516N/A
3516N/ASUNWprivate_1.1 {
3516N/A global:
0N/A Java_java_awt_SplashScreen__1update;
3516N/A Java_java_awt_SplashScreen__1isVisible;
4986N/A Java_java_awt_SplashScreen__1getBounds;
4986N/A Java_java_awt_SplashScreen__1getInstance;
4986N/A Java_java_awt_SplashScreen__1close;
4986N/A Java_java_awt_SplashScreen__1getImageFileName;
3516N/A Java_java_awt_SplashScreen__1getImageJarName;
3516N/A Java_java_awt_SplashScreen__1setImageData;
4986N/A
4986N/A SplashLoadMemory;
3516N/A SplashLoadFile;
4986N/A SplashInit;
0N/A SplashClose;
3516N/A SplashSetFileJarName;
4986N/A local:
4986N/A *;
4986N/A};
4986N/A