Content deleted Content added
Andrewman327 (talk | contribs) m clean up of articles listed as "needing cleanup", added Empty section (1) tag using AWB (8759) |
|||
Line 1:
{{multiple issues|tone=June 2012|unreferenced=June 2012|original research=June 2012}}
'''Java AWT Native Interface''' is an interface for the [[Java (programming language)|Java programming language]] that enables [[Rendering (computer graphics)|rendering]] [[library (computer science)|libraries]] compiled to [[native code]] to draw directly to a Java [[Abstract Window Toolkit]] (AWT) {{Javadoc:SE|java/awt|Canvas}} [[object (computer science)|object]] drawing surface.
Line 22:
One should run the file as usual. One should then see a window with, for example, a rectangle drawn in it. (See [[Java Native Interface]] for complete instructions.)
Note: One can notice that the AWT Native Interface requires the "jawt.dll" (or "jawt.so") to run with the application, so the easiest way to do that is copying the "jawt.dll" (should be in the .../jre/bin [[file path]] of the JDK's installation path.){{
== Native painting ==
Line 28:
== See also ==
{{Empty section|date=January 2013}}
{{wikibooks|Java_Swings/AWT|graphic programming in Java}}▼
== External links ==
▲{{wikibooks|Java_Swings/AWT|graphic programming in Java}}
* [http://docs.oracle.com/javase/7/docs/technotes/guides/awt/AWT_Native_Interface.html The AWT Native Interface]
* [http://www.javaworld.com/javatips/jw-javatip86.html Support native rendering in JDK 1.3]
[[Category:Java platform|AWT Native Interface]]
|