Does anyone know a way to open up an instance of the platform\'s (Windows/Linux/Mac) browser within a Swing window that is integrated into a Java application. No other actio
We use JDIC as well and it works for us in Windows; however, configuring it to work in *nix/OS X can be a pain, as it simply utilizes a platform-native browser (supports IE and Mozilla), while on Linux/Mac you may have neither - that's the problem.