Skip to content

Instantly share code, notes, and snippets.

@ko-sasaki
ko-sasaki / View.java
Created August 8, 2012 03:46 — forked from skRyo/View.java
教えてエライ人3
package com.example;
public class Control {
public static void main(String[] args) {
Model a = new Model();
a.setX(1);
a.setY(2);
a.setWidth(3);
a.setHeight(4);