< prev index next >

src/java.desktop/unix/classes/sun/awt/UNIXToolkit.java

Print this page

        

@@ -187,11 +187,11 @@
      * @param widgetType one of WidgetType values defined in GTKNativeEngine or
      * -1 for system default stock icon.
      * @param stockId String which defines the stock id of the gtk item.
      * For a complete list reference the API at www.gtk.org for StockItems.
      * @param iconSize One of the GtkIconSize values defined in GTKConstants
-     * @param textDirection One of the TextDirection values defined in
+     * @param direction One of the TextDirection values defined in
      * GTKConstants
      * @param detail Render detail that is passed to the native engine (feel
      * free to pass null)
      * @return The stock icon or null if it was not found or loaded.
      */
< prev index next >