Changeset 380 for trunk/data
- Timestamp:
- 07/23/08 01:44:11 (4 months ago)
- Location:
- trunk/data/iphone-java
- Files:
-
- 2 modified
-
HelloJava.app/HelloJava.java (modified) (5 diffs)
-
_metadata/version (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/iphone-java/HelloJava.app/HelloJava.java
r185 r380 82 82 throws Exception 83 83 { 84 System.out.println("work"); 84 85 contacts_ = new ArrayList<Contact>(); 85 86 sections_ = new ArrayList<Section>(); … … 96 97 } finally { ab.close(); } 97 98 98 CGRect outer = UIHardware. fullScreenApplicationContentRect();99 CGRect outer = UIHardware.$fullScreenApplicationContentRect(); 99 100 window = new UIWindow().initWithContentRect$(outer); 100 101 … … 104 105 105 106 CGRect inner = window.bounds(); 106 CGSize navsize = UINavigationBar. defaultSize();107 CGSize navsize = UINavigationBar.$defaultSize(); 107 108 CGRect navrect = new CGRect(0, 0, inner.size.width, navsize.height); 108 109 … … 145 146 list.reloadData(); 146 147 148 /* // XXX: this doesn't work the same on 2.0 and I don't want to think about porting it right now 147 149 AVController controller = new AVController().init(); 148 150 CharSequence wavfile = (CharSequence) ((NSBundle) NSBundle.mainBundle()).pathForResource$ofType$("start", "wav"); … … 151 153 controller.setCurrentItem$(wavitem); 152 154 controller.setCurrentTime$(0); 153 controller.play$(null); 155 controller.play$(null);*/ 154 156 } 155 157 -
trunk/data/iphone-java/_metadata/version
r185 r380 1 1.0.2 3571 1.0.2474
