Fix expected messages in test
[official-gcc.git] / libjava / javax / swing / Icon.h
blob7ab6cfe4d21ce104e6fb398025f44b79bcef2da6
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_Icon__
5 #define __javax_swing_Icon__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace java
14 namespace awt
16 class Component;
17 class Graphics;
20 namespace javax
22 namespace swing
24 class Icon;
29 class javax::swing::Icon : public ::java::lang::Object
32 public:
33 virtual jint getIconHeight() = 0;
34 virtual jint getIconWidth() = 0;
35 virtual void paintIcon(::java::awt::Component *, ::java::awt::Graphics *, jint, jint) = 0;
36 static ::java::lang::Class class$;
37 } __attribute__ ((java_interface));
39 #endif // __javax_swing_Icon__