updates that were lying around but never got checked in; includes reorg of gui
[slipway.git] / src / edu / berkeley / abits / Device.java
1 package edu.berkeley.abits;
2
3 public interface Device {
4
5     public int getWidth();
6     public int getHeight();
7
8 }