at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
Is there any way, without using TWebBrowser, to load a java applet in a Delphi form and interact with it?
I have an issue printing pdf file in applet. I got input from http and the stream is开发者_C百科 consutructed using the pdfstamper. The problem is that i want to send the resulted stream to printer, b
I am wondering if开发者_如何转开发 it is possible to connect STDOUT of a C/C++ dll to a JTextArea? The thing is, I am using 3rd party DLL\'s so I can\'t manually alter them.
I\'m getting frustrating errors related with \"ClassNotFoundException\" when I try to load an applet by usingtag inside a JSP file within a Struts web project:
I\'m currently making my first ever Android application and I need some help. The app I\'m making is the memory game Simon.
I\'m having trouble with placing GUI components in an applet. I am looking for a way to place it using absolute coordinate and sizes.
I want to create a Java applet using JRuby. That is, I want to create a Java applet with Ruby code inside run by JRuby to do all the GUI stuff.
I am getting the following exception when running an applet: Exception in thread \"AWT-EventQueue-4\" java.lang.NoClassDefFoundError: ice/net/SnapshotCacheManager
I am wondering if it is possible for native functions to signal Java functions/events? Basically I think I will run some C++ code on a separate thread and do stuff like handling SIP and then for exam