All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pyx4me.maven.j2me.MIDlet Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
/**
 * Pyx4me framework
 * Copyright (C) 2006-2007 pyx4.com.
 * 
 * @author vlads
 * @version $Id: MIDlet.java 103 2007-04-21 01:33:52Z vlads $
 */
package com.pyx4me.maven.j2me;

public class MIDlet {
	
	String name = "";

	String cls = "";

	String icon = "";

	boolean test = false;
	
	public void setClass(String cls) {
		this.cls = cls;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy