English
首页
论坛
博客
多用户博客
在线工具
在线手册
开通博客赚积分
发布资源赚积分
分类
源码开发语言/平台
当前位置:
首页
> 源码/资料 >
通讯/手机编程
>
J2ME
> 查看源码
Layout.java
资源名称:
src.zip [点击查看]
上传用户:
luxiaowei
上传日期:
2022-06-06
资源大小:
58k
文件大小:
0k
源码类别:
J2ME
开发平台:
Java
Layout.java:源码内容
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.framework;
/**
*
* @author swaroop_kumar
*/
public interface Layout {
public void applyLayout(ScrollableContainer container);
}