public class GuiScreenPositions
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
GuiScreenPositions(OuterFrame outerFrame,
MeltingFrame meltingFrame,
ErrorFrame errorFrame)
Fills in the fields from the frames themselves.
|
Modifier and Type | Method and Description |
---|---|
void |
setScreenPositions(OuterFrame outerFrame,
MeltingFrame meltingFrame,
ErrorFrame errorFrame)
Sets the screen positions of the frames from the stored fields.
|
public GuiScreenPositions(OuterFrame outerFrame, MeltingFrame meltingFrame, ErrorFrame errorFrame)
outerFrame
- The outer frame to get the screen position from.meltingFrame
- The MELTING frame.errorFrame
- The error frame.public void setScreenPositions(OuterFrame outerFrame, MeltingFrame meltingFrame, ErrorFrame errorFrame)
outerFrame
- The outer frame to set the screen position for.meltingFrame
- The MELTING frame.errorFrame
- The error frame.