applet
Display image and play audio clip in applet
I want to display image in开发者_如何学Python an applet and play audio clip. I wrote the following code but its not working. I have written code just for image but dont have any idea for audio clip. P[详细]
2023-04-11 16:54 分类:问答Dragging node from JTree and dropping onto JLabel to perform an action
I want to implement DnD on my system by dragging a node from a JTree and dropping it onto a JLabel. The JLabel is an Icon with certain properties about a machine, and by dragging the information from[详细]
2023-04-11 15:16 分类:问答Java - How to access an image packed in an applet jar
I have created an applet jar. That jar contains an images in the following folder com\\common\\images\\red.bmp[详细]
2023-04-11 14:35 分类:问答how to connect scala applet with html file?
Im trying to make a simple scala applet from the following code: import javax.swing._ object ScalaAppletMain extends JApplet{[详细]
2023-04-11 10:07 分类:问答Load Applet via Javascript function on the same page
I am trying to load an applet on demand via javascript. Here is what I\'ve tried: function startApplet() {[详细]
2023-04-11 04:25 分类:问答signed applet, downloading file from server and place it in the file system
I have signed applet, I want to download any kind of file from the server and place it in the file system using the applet.[详细]
2023-04-11 02:33 分类:问答Force browser to reload applet everytime
I have depolyed my applet using deployJava.js and not usingortag. So, first of all, all those questions you might think as duplicate of this questions, are not exactly duplicate.[详细]
2023-04-11 02:21 分类:问答Strange issue while loading Applet
I am facing a strange issue while working with applets. When I access applet using normal log in procedure i.e, entering password on login page , the applet works fine. But when I try to access it thr[详细]
2023-04-10 21:04 分类:问答Java Applet - how to determine if external jar file exist on client machine
Good afternoon I\'m in the search of a solid way to determine if an external jar exist on the client machine, who\'re going to use my java applet. Right now what I\'m doing is this in pseudo code[详细]
2023-04-10 19:05 分类:问答Find Xuggle from Applet
How can I make it possible for a Java applet find xuggle path? I was thing in making an installer wrapper and save a hidden file on user\'s path ( e.g. .myAppConfig.txt) but if I could find a better a[详细]
2023-04-10 19:00 分类:问答
加载中,请稍侯......