Platform-Specific

How can you call a Windows DLL?



How can you access the Windows paste buffer?


(Submitted by Nelson Yu)
Use CTRL-INS and Shift-INS to copy and paste to and from the clipboard using a TextArea or TextField. Otherwise you'll need some access to the Win16/Win32 API and/or OLE to copy or paste say a GIF or bitmap in an application. In applets that may pose a security threat.

How can you grab the HWND handle for the browser you are using so that you can display information in the client region using a native method in JAVA?



How do I create a standalone native program (binary) that invokes the Java interpreter?



How do I communicate with a serial port on PC?