Content deleted Content added
→External links: update link version |
mNo edit summary |
||
Line 15:
== AWT Native Interface steps ==
{{howto|date=June 2012}}
A complete walkthrough and demonstrating example of this technology is available on Wikibooks (see link below).
To begin, a Java application is created. The utilization of the Java Native Interface is explained in the article. The native keyword and the loadLibrary() method are integral components, while the paint() method is invoked when the AWT event dispatching thread repaints the screen.
|