Java Container constraints question
- by llm
I am using the following:
java.awt.Container.add(Component comp, Object constraints)
How do I specificy the constraints object? I need to be able to place a component within the container.
Oh and my class extends JInternalFrame if this helps...
I need to specify coordinates to place the component within the container