#include "../jnilib.h"
Include dependency graph for container.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | addComponent (jobject obj, jobject comp) |
Adds a Component to a Container. | |
void | addComponentWithConstraint (jobject obj, jobject comp, jobject constraint) |
Adds a Component to a Container at a position. | |
void | setLayout (jobject obj, jobject layoutmanager) |
Sets a LayoutManager to a Container. |
These functions are for objects of classes which extend the Java AWT Container class like the Frame and the Panel. The functions allow you to add components and set a LayoutManager.
Definition in file container.h.
|
Adds a Component to a Container.
Definition at line 40 of file container.c. |
|
Adds a Component to a Container at a position.
Definition at line 27 of file container.c. |
|
Sets a LayoutManager to a Container.
Definition at line 52 of file container.c. |