need help with buttons

stupid question maybe but i'm a beginner, and hey..there are no stupid questions, right? well, i may prove that wrong...anyway...

I can't relocate a button, or any other component for that matter. When I try to make a simple applet with just one button showing, then it works perfect...but when I make the applet a little bigger with some graphcis and text, the setLocation() and setSize() methods don't work. the wierd part is that I don't get an error message, the compiler just ignores those lines...so it seems anyway.

If anyone can help me I'd be very greatful

thanx a lot

[607 byte] By [Flawe] at [2007-9-27 22:15:37]
# 1
how abut posting this question in a java programming forum. Otherwise the question is valid.
nome02 at 2007-7-7 12:29:40 > top of Java-index,Other Topics,Patterns & OO Design...
# 2
Boss,there is something called Layout Management in Java,see types of layouts in the Java API.Applet default is FlowLayout,so modify your layouts and try,u need a basic understanding and reading of Layoutsin Java..take a tutorial...gud
haribhaskar at 2007-7-7 12:29:40 > top of Java-index,Other Topics,Patterns & OO Design...