higher = new Button("Higher");
		lower = new Button("Lower");
		creditin = new Button("Enter Credit");
		totalcredit = new TextField(10);
		stopsound = new Button("Stop Sounds");
		startsound = new Button("Start Sounds");

		
		add(higher);
		add(lower);
		add(creditin);
		add(totalcredit);
		add(stopsound);
		add(startsound);

for the life of me I cant figure out how i can add coords to those buttons, anybody have any ideas?

got it working just set layout to null.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.