JOptionPane$1.h 531 B

12345678910111213141516171819202122232425262728293031
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_JOptionPane$1__
  3. #define __javax_swing_JOptionPane$1__
  4. #pragma interface
  5. #include <java/awt/event/MouseAdapter.h>
  6. extern "Java"
  7. {
  8. namespace javax
  9. {
  10. namespace swing
  11. {
  12. class JOptionPane$1;
  13. }
  14. }
  15. }
  16. class javax::swing::JOptionPane$1 : public ::java::awt::event::MouseAdapter
  17. {
  18. public: // actually package-private
  19. JOptionPane$1();
  20. public:
  21. static ::java::lang::Class class$;
  22. };
  23. #endif // __javax_swing_JOptionPane$1__