This site uses cookies. By continuing to browse our trusted site, you are agreeing to our use of cookies.
OKLearn moreWe may request cookies to be set on your device. We use cookies to let us know when you visit our websites, how you interact with us, to enrich your user experience, and to customize your relationship with our website.
Click on the different category headings to find out more. You can also change some of your preferences. Note that blocking some types of cookies may impact your experience on our websites and the services we are able to offer.
These cookies are strictly necessary to provide you with services available through our website and to use some of its features.
Because these cookies are strictly necessary to deliver the website, refusing them will have impact how our site functions. You always can block or delete cookies by changing your browser settings and force blocking all cookies on this website. But this will always prompt you to accept/refuse cookies when revisiting our site.
We fully respect if you want to refuse cookies but to avoid asking you again and again kindly allow us to store a cookie for that. You are free to opt out any time or opt in for other cookies to get a better experience. If you refuse cookies we will remove all set cookies in our domain.
We provide you with a list of stored cookies on your computer in our domain so you can check what we stored. Due to security reasons we are not able to show or modify cookies from other domains. You can check these in your browser security settings.
We also use different external services like Google Webfonts, Google Maps, and external Video providers. Since these providers may collect personal data like your IP address we allow you to block them here. Please be aware that this might heavily reduce the functionality and appearance of our site. Changes will take effect once you reload the page.
Google Webfont Settings:
Google Map Settings:
Google reCaptcha Settings:
Vimeo and Youtube video embeds:
JNBridgePro and ClickOnce
/in JNBridgePro, Tips and Examples /There was an interesting support issue here the other day, asking how to use JNBridgePro-enabled application with ClickOnce. Let’s say you have a nice WinForms app that contains a Java Swing component: Now, let’s say you want to publish the application to a Web site, so that users can employ ClickOnce to download, unpack, […]
JNBridgePro 3.1 released!
/in Announcements, JNBridgePro, New Releases /We’re happy to announce we’ve released JNBridgePro v3.1, our new version! The two big new features of 3.1 are: The ability to embed .NET WinForms UI controls inside Java AWT, Swing, and SWT applications, and the ablity to embed Java AWT and Swing applications inside .NET WinForms apps. Over the last few years, this has probably […]
JNBridge on Port25
/in Announcements, Media coverage /A couple of weeks ago, I was in Redmond, where I had a conversation with Sam Ramji, who heads up Microsoft’s open source lab. Sam videotaped the conversation, and it’s now on the Port25 Web site. Thanks, Sam!
Callbacks (part 3)
/in Callbacks, JNBridgePro, Tips and Examples /In the third part of our series on callbacks, we’ll discuss what to do if we have a .NET assembly that implements callbacks using a Java-style listener interface. (See part one: using callbacks in .NET-to-Java projects and part two: callbacks in Java-to-.NET projects.) Since JNBridgePro only supports the delegate/event callback style in Java-to-.NET projects, we […]
Callbacks (part 2, at long last)
/in Callbacks, JNBridge, Tips and Examples /It’s been a while since I’ve blogged (hey, we’ve been busy :-)). I think the best place to pick up is with the long-promised second part of our article on callbacks. In the first part, I wrote about how to register .NET classes as listeners for Java events (in .NET-to-Java projects). In this post, I’ll […]