I have a question for right now:
I am editing an existing GUI, the server password gui, and I can't make my button stay with the GUI- its a free button that is just floating there if I change the resolution.
So, my question is, how do I attach a button to an existing gui?
Here is the method I am using to get the button:
ExampleGUIName.add(
	new GuiCheckBoxCtrl()
		{
		//stuff here- removed for post//
		}
);