Web « Applet « Java Swing Q&A





1. How can I open a web-page from my applet?    stackoverflow.com

I have to open a page from class extended from javax.swing.AbstractAction class... Is that possible?

2. Java Applet In Web Page Does Not Respect Set Look And Feel    stackoverflow.com

I am trying to set the look and feel (LAF) of a Java applet that is used via a web browser. I wish to set the system default LAF, but ...

3. web-browser based GUI    stackoverflow.com

I am working on an application in Linux which will interfaces with hardware. One of the requirements is to create the GUI in Web-browser . the application will be c++ based. ...

4. Socket using in a swing applet    stackoverflow.com

I should made a server & client in Java,based on Swing and gui.I neeed to make somehow a socket that will go from the server to the client and from the ...

5. class not found exception and IO exception while run applet on web    stackoverflow.com

This is my jsp file body tag.

<body>
   <jsp:plugin type="applet" code="SApplet.class" 
        codebase="C:\Program Files\apache-tomcat-6.0.18\webapps\testweb\WEB-INF\classes" 
        width="400" ...

6. What tools can I use to design and create screens/forms at runtime in a Java applet or other web application?    stackoverflow.com

We had the following requirement for an SAP WebDynpro for java application:

System administrator must be able to design screen/forms at runtime based on the users requirements and assign ...

7. Performance and networking of Eclipse-run applet vs web applet    stackoverflow.com

I have made a fairly simple turn-based multiplayer web game in an applet. My question is about the performance. I was noticing that there was a really long gap ...

9. Yet more swing applet web browser problems    coderanch.com

Ok still no joy - I've stipped everything out, just one label left but still nothing - the applet appears to run fine with no errors, it just doesn't display anything, I've tries setting visible, repainting etc.Other applets work fine with my browser. Here's the html and java - can anyone see what's wrong - it works fine with the applet ...





10. Applet Security problem and web compatibility    coderanch.com

hi friends.. i have a small problem here.. i made an application(frame standalone...)that displays web-pages(html content) and like on the click of a button..(the files currently are local)but my requirement is to make it accessible on the web. So. 1.is there anyway i can make my application run on the web/browser. 2.for that is there any way other than making an ...

11. How to embed a JApplet in Web-Browser    coderanch.com

12. Applet or Web based app?    coderanch.com

The rule-of-thumb for me has always been try to implement web-based as much as possible. If you can leverage functionality provided by HTML and Javascript, the use it. If your application needs to do something on the client side that Javascript cannot do like communicate over a socket, use Open GL, upload multiple files, etc, etc then write an applet

13. use applet or swing - with java web start    coderanch.com

Hi Guys We are to develop a tool which is going to be GUI intensive, with frames, panels, drag and drop options to connect or map various components. Aim is to create mapping between two data sources. One being a txt file and other being a DB2 database. May be via an excel file or XML file. So we need to ...