1/* DO NOT EDIT THIS FILE - it is machine generated */
2#include <jni.h>
3/* Header for class java_awt_ScrollPaneAdjustable */
4
5#ifndef _Included_java_awt_ScrollPaneAdjustable
6#define _Included_java_awt_ScrollPaneAdjustable
7#ifdef __cplusplus
8extern "C" {
9#endif
10#undef java_awt_ScrollPaneAdjustable_serialVersionUID
11#define java_awt_ScrollPaneAdjustable_serialVersionUID -3359745691033257079LL
12/*
13 * Class: java_awt_ScrollPaneAdjustable
14 * Method: initIDs
15 * Signature: ()V
16 */
17JNIEXPORT void JNICALL Java_java_awt_ScrollPaneAdjustable_initIDs
18 (JNIEnv *, jclass);
19
20#ifdef __cplusplus
21}
22#endif
23#endif
24