Java AWT Native Interface: Difference between revisions

Content deleted Content added
m Fixed redirect
link disambiguation using AWB
Line 36:
}
 
See the [[Java Native Interface]] article for an explanation of the <code>native</code> [[keyword (computer programming)|keyword]] and the <code>loadLibrary()</code> method. The <code>paint()</code> method will be simply invoked when the AWT [[event dispatching thread]] "repaints" the screen.
 
=== Create the C++ header file ===