×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Text
Posted by: Kasper Aldrin
Added: Sep 13, 2016 4:09 PM
Views: 2058
Tags: no tags
  1. /*
  2.  * To change this license header, choose License Headers in Project Properties.
  3.  * To change this template file, choose Tools | Templates
  4.  * and open the template in the editor.
  5.  */
  6. package storeaplication;
  7.  
  8. import javax.microedition.midlet.MIDlet;
  9.  
  10. /**
  11.  *
  12.  * @author Kasper Aldrin
  13.  */
  14.  
  15.  
  16. public class Storeaplication extends MIDlet {
  17.    
  18.     @Override
  19.     public void startApp() {
  20.     }
  21.    
  22.     @Override
  23.     public void destroyApp(boolean unconditional) {
  24.     }
  25. }
  26.