Need to put a textfield at a particualr location

Hi i have a Jpanel of size 400 X 400
now i am using Graphics class to draw lines to form a graph.
To give the nodes name i want to put jlabel at a particular location like 200,340.
how can i put the label to a particular location inside a panel.
i am not using any layouts to fix it.
can you help me .

Hi,
if you set
yourComponent.setLayout(null);you can specify the position of your subcomponent where you want.
Olek

Similar Messages

Maybe you are looking for