Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
Embedding WebKit via Rococoa (was: Load Mac-Framework / native library?)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Embedding WebKit via Rococoa (was: Load Mac-Framework / native library?)



On Nov 19, 2010, at 12:17 , Harald Kuhr wrote:

> I typically use Native.loadLibrary (com.sun.jna.Native) to load native frameworks with Rococoa, like this (to load WebKit.framework):
>
>     public static interface WebKit extends Library {
>         public final static WebKit INSTANCE = (WebKit) Native.loadLibrary("WebKit", WebKit.class);
>     }
>
> (make sure you have a reference to the instance, so that the library is loaded)

Hi Harald,

you gave that WebKit example yesterday.. I'm constantly looking into ways to replace the rather unsatisfying JEditorPane that comes with Swing.

Can you comment on how usable WebKit integration into Swing via Rococoa is?
Do you experience any repaint or threading issues at all?

Thanks,

-hendrik

tagtraum industries incorporated
724 Nash Drive
Raleigh, NC 27608
USA
http://www.tagtraum.com/
http://www.beatunes.com/


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Load Mac-Framework / native library? (From: Tobias Bley <email@hidden>)
 >Re: Load Mac-Framework / native library? (From: Harald Kuhr <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.