My favorites
▼
|
Sign in
microemu
MicroEmu is a pure Java implementation of Java ME.
Project Home
Downloads
Wiki
Issues
Source
Export to GitHub
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
for
Advanced search
Search tips
Subscriptions
Issue
104
attachment: microemu-midp_showNotify_implementation_part0.patch
(330 bytes)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- microemu-midp/src/main/java/org/microemu/DisplayAccess.java@105
+++ microemu-midp/src/main/java/org/microemu/DisplayAccess.java
@@ -59,6 +59,8 @@
boolean isFullScreenMode();
void hideNotify();
+
+ void showNotify();
ItemUI getItemUI(Item item);
@@ -73,5 +75,4 @@
void repaint();
void clean();
-
}
Powered by
Google Project Hosting