mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-30 19:53:46 +00:00
30 lines
580 B
C
30 lines
580 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __javax_swing_ScrollPaneLayout$UIResource__
|
||
|
#define __javax_swing_ScrollPaneLayout$UIResource__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <javax/swing/ScrollPaneLayout.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace javax
|
||
|
{
|
||
|
namespace swing
|
||
|
{
|
||
|
class ScrollPaneLayout$UIResource;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class javax::swing::ScrollPaneLayout$UIResource : public ::javax::swing::ScrollPaneLayout
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
ScrollPaneLayout$UIResource();
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __javax_swing_ScrollPaneLayout$UIResource__
|