Back to project page markj.
The source code is released under:
GNU Lesser General Public License
If you think the Android project markj listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.markjmind.mobile.api.android.ui; /*from w ww. jav a 2 s .c om*/ public class JwMenu extends JwGroup{ public JwMenu(){ super(); setDefalutHistory(true); } public JwMenu(JwOnGroupSelect onGroupSelect){ super(onGroupSelect); setDefalutHistory(true); } }