Java AWT Native Interface: Difference between revisions

Content deleted Content added
Codefans (talk | contribs)
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).
 
A comprehensive example demonstrating this technology is available on Wikibooks (refer to the 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.