Java Container constraints question
Posted
by llm
on Stack Overflow
See other posts from Stack Overflow
or by llm
Published on 2010-04-26T17:25:29Z
Indexed on
2010/04/26
17:33 UTC
Read the original article
Hit count: 188
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
© Stack Overflow or respective owner