Content deleted Content added
m cleaned it up with lime breaks. fixed minor punctuations. Tags: Visual edit Mobile edit Mobile web edit Newcomer task Newcomer task: copyedit |
|||
Line 7:
'''Java AWT Native Interface''' ('''jawt''') 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|module=java.desktop}} [[object (computer science)|object]] drawing surface.
The [[Java Native Interface]] (JNI) allows developers to add platform-dependent functionality to Java [[application software|applications]]. The JNI enables developers to add time-critical operations like mathematical calculations and [[3D rendering]].
Previously, native 3D rendering was The AWT Native Interface is very similar to the JNI, and == AWT Native Interface steps ==
|