IE « Development « Java Swing Q&A





1. How do you set the 'look-and-feel' of a winform app hosted in IE to the 'aero' style of controls?    stackoverflow.com

Is there a way to have a windows form app hosted in IE use the 'look-and-feel' of the current OS/browser, similar to how everything looks when the app is run in ...

2. Running Swing in IE    coderanch.com

Hi friends, There is no support in IE for swings, what u can do i that provide the swings classes in the applets archive tag along u , then the clients browser will incorporate those classes in its java env. u can downoad that from java.sun.com the, look for swings.jar or swing.jar ( i cant recollect which was it) and then ...

3. Swing in IE    coderanch.com

Hi! Well I tried to simulate the same problem but it works for me.. Lemme see.. well enable the java console thru the tools options advanced menu in IE and try to figure out any errors in the console that is printed. Well if there is no error then try and call a simple awt applet from the webpage.. if it ...

4. How to stop running IE's exe from Java application    coderanch.com

Hello Everybody, I am having a java application,which has two buttons viz "RUN" and "Stop".When I click Run-button it opens a site say http://www.hotmail.com in IE as I am running IEs exe with statement Runtime runtime = Runtime.getRuntime(); runtime.exec("explorer http://www.hotmail.com"); It works fine. But How to solve following problems 1. I want to stop same exe when I ...

5. how to make exe. + how do i open internet explorer from stand alone application    coderanch.com

hi... I want make exe file like we make in vb....how do i do... second... I have made one stand alone application... in its menu item i have one item call "about us" ... when user clicks that internet explorer should open and if user is connected ..than should go to that website.... so any one can say what should i ...

6. Swing in IE 5    coderanch.com

The plugin is the correct answer. Seems like many developers don't want to hear this... i.e. see it as an extra step/hassle. We have used Swing on our intranet with Netscape 4.7 with good success as far as 'ease of use'. My only complaint with Swing is that it sometimes loads slow.

7. Enabling Swing in IE    coderanch.com

8. IE 5.5 and Swing    coderanch.com

Hi Marvin, IE never supported Swing and it never will. Every user must download the Java 2 pluggin from Sun. Your HTML can point them to it if you use the correct HTML tags. This should be allowed even though you PCs are locked down. The pluggin only allows a browser to support Swing. You will not have the JRE installed ...





11. IE within Swing Application    coderanch.com

12. Appler Problem in IE    coderanch.com

13. swing & internet explorer    coderanch.com

Okay, so I have a swing application that I would like to use in 2 ways. First, I would like to be able to create an icon on my desktop so that I can simply click on the icon and it runs my application. Is this possible? Second, I would like to be able to access this application from my website. ...

14. GUI like the Internet Explorer    coderanch.com

Hi everyone, I have posted previously about this problem,but I haven't got a solution as yet.I am using swings to create my application which has some feature of the IE that is the editable combobox and a button(in case of IE,the place where you enter the URL and the go button).My application should work like wise...i mean whether user clicks button ...

16. Integrate Internet Explorer in Swing    coderanch.com

Dear Ranchers, I would like to know that how can we add internet explorer in my Swing Application,i just need the browser view part,even the whole browser window would do,this is to reference with Selenium which i have discussed over here Automated Web Reading & Extraction! Please feel free to express your views even if you dont know the solution ,your ...





19. Java swing code for IE6.    forums.oracle.com

20. launch ie on swing    forums.oracle.com