Comment on Tutorial - 'double buffering' Sample program in J2ME By Charles
Comment Added by : krishna mohan
Comment Added at : 2010-02-01 05:22:12
Comment on Tutorial : 'double buffering' Sample program in J2ME By Charles
int myColor = 0xFFFF00;
paint(Graphics graphics)
{
graphics.setColor(myColor);
graphics.fillrect(0,0,getWidth(),getHeight());
callTimer();
}
int i=0;
public void callTimer()
{
Thread t= new Thread();
t.sleep(500);//show initial paint screen for 1/2 sec.
myColor = i;
i++;
repaint();
}
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Subscribe to Tutorials
Related Tutorials
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
MultiLevel Inheritance sample in Java
Archived Comments
1. hi, ashray p shetty
can you please tell me
View Tutorial By: amrish at 2010-12-12 07:30:49
2. Well explained. Example clear out the diff
View Tutorial By: sonam at 2014-06-25 19:05:20
3. The arraycopy in a System is static native method
View Tutorial By: Ashwinkumar.vj at 2011-07-19 09:25:02
4. Okay, I have implemented this and it works, except
View Tutorial By: Matthew at 2009-06-16 13:08:48
5. When JVM find two string object with de same conte
View Tutorial By: ku at 2009-05-11 10:17:51
6. For Jaime,
Maybe using JavaScript f
View Tutorial By: Jair Aviles at 2011-11-22 05:49:05
7. It'z to hard to study a computer programming.but i
View Tutorial By: christine idio at 2009-10-20 02:06:58
8. nice one its very useful
View Tutorial By: jhejhe at 2010-02-21 05:03:50
9. why are we using it ch = str.charAt(i);
View Tutorial By: Rumman at 2014-10-10 19:42:42
10. You may add STAX parser example also to complete t
View Tutorial By: Satyam Jaiswal at 2014-11-25 05:48:59