Layout.java
上传用户:luxiaowei
上传日期:2022-06-06
资源大小:58k
文件大小:0k
源码类别:

J2ME

开发平台:

Java

  1. /*
  2.  * To change this template, choose Tools | Templates
  3.  * and open the template in the editor.
  4.  */
  5. package com.framework;
  6. /**
  7.  *
  8.  * @author swaroop_kumar
  9.  */
  10. public interface Layout {
  11. public void applyLayout(ScrollableContainer container);
  12.         
  13. }