gcc/
[official-gcc.git] / libjava / javax / swing / WindowConstants.h
blob8cad3c26829a4ada364cb178e7da40c78109348a
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_WindowConstants__
5 #define __javax_swing_WindowConstants__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace javax
14 namespace swing
16 class WindowConstants;
21 class javax::swing::WindowConstants : public ::java::lang::Object
24 public:
25 static const jint DO_NOTHING_ON_CLOSE = 0;
26 static const jint HIDE_ON_CLOSE = 1;
27 static const jint DISPOSE_ON_CLOSE = 2;
28 static const jint EXIT_ON_CLOSE = 3;
29 static ::java::lang::Class class$;
30 } __attribute__ ((java_interface));
32 #endif // __javax_swing_WindowConstants__