serializeStaticState(ObjectOutputStream os) throws IOException { os writelnt(color); } public static void

deserializeStaticState(ObjectInputStream os) throws IOException { color = os.readlntO. } public Line(int xVal. int yVal. int dim) { super(xVal, yVal, dim);

}

public void setColor(int newColor) { color = newColor; } public int getColorO { return color; }

}

public class StoreCADState {

Перейти на страницу:

Похожие книги